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-tp3079.html
I am using MS Visual c++ . Net, and I have
succesfully setup quantlib. I hav run the american option example and it works
fine. However, when I try to create my own program I get the error
fatal error C1083: Cannot open include
file: 'ql/qldefines.hpp': No such file or directory
I have installed quantlib under
c:\programmer\Quantlib and I have added the path in my environment variables as
well as in visual c++. Net under Tools - Options - Projects - VC++
directories.
Can any one help. (I must say, that I am a c++
beginner, so the chances are, that it is something
trivial)