Re: fatal error C1083: Cannot open include file: 'ql/qldefines.hpp':

Posted by Lars Christensen-2 on
URL: http://quantlib.414.s1.nabble.com/fatal-error-C1083-Cannot-open-include-file-ql-qldefines-hpp-tp3079p3081.html

> Have you looked at,  How to set an include path in vc++ ?
> And also here http://www.quantlib.org/html/usage.html

Thank you, Krishna, for your reply.
I have tried to follow the two suggestions under
http://www.quantlib.org/html/usage.html. But I am using Visual C++ . Net
6.0, and there is nowhere to check the "Use RTTI" option as described for
visual c++.

The examples are running without problems. Here the #include
<ql/quantlib.hpp> is working without any trouble. I have tried to place my
own example in the same library as the examples just to be sure that the
path would be ok, but I cannot make it work.
Any suggestions?