Opened 6 years ago
Closed 6 years ago
#12938 closed Support Requests (invalid)
fatal error C1083
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | None |
Version: | Boost 1.58.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
Hi, Dear Boost, I know this issue has been discussed on various forums many times before. But I'm still stuck, after I followed the suggestions and added the paths via Visual Studio:
Additional Include Directories: C:\local\boost_1_58_0 Additional Library Directories: C:\local\boost_1_58_0\libs
When I built QuantLib in VS, I can see my C:\local\boost_1_58_0 is among the included paths. I also can see the config.cpp file in C:\local\boost_1_58_0\boost. Nevertheless I still got the C1083 error.
Have been stuck for 2+ days, I'm puzzled how to get around this. Could you help? Thanks much in advance!
Attachments (1)
Change History (4)
by , 6 years ago
comment:1 by , 6 years ago
This is a shortened (due to your size limit) output file from QuantLib Msbuild. Thx again
comment:2 by , 6 years ago
Sorry, typo. I meant config.hpp file, not cpp file. This is a valid file in my included directory.
comment:3 by , 6 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please check your command line - the log you posted shows that there is no /I option being passed to cl to tell it where Boost's headers are located.
output from MSbuild for QuantLib