[studxml-users] VS2017 Error message C2039 'exception' is not a member of 'std'

Boris Kolpackov boris at codesynthesis.com
Wed Mar 21 11:00:17 EDT 2018


parniczky.tibor at upcmail.hu <parniczky.tibor at upcmail.hu> writes:

> 1>d:\cpp_dev\xls_dev\libstudxml-1.0.1\xml\exception(15): error C2039:
> 'exception': is not a member of 'std'
>
> [...]
> 
> #include <exception>
> 
> [...]
>
> But what?

My guess would be that you have something like this:

-Id:\cpp_dev\xls_dev\libstudxml-1.0.1\xml

instead of:

-Id:\cpp_dev\xls_dev\libstudxml-1.0.1

This causes #include <exception> to include xml <exception>, not
std <exception>.

Boris



More information about the studxml-users mailing list