Boost C++ Libraries: Ticket #12938: fatal error C1083 https://svn.boost.org/trac10/ticket/12938 <p> 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: </p> <p> Additional Include Directories: C:\local\boost_1_58_0 Additional Library Directories: C:\local\boost_1_58_0\libs </p> <p> When I built <a class="missing wiki">QuantLib</a> 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. </p> <p> Have been stuck for 2+ days, I'm puzzled how to get around this. Could you help? Thanks much in advance! </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/12938 Trac 1.4.3 Yan.Zhang2@… Tue, 28 Mar 2017 19:13:45 GMT attachment set https://svn.boost.org/trac10/ticket/12938 https://svn.boost.org/trac10/ticket/12938 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">output</span> </li> </ul> <p> output from MSbuild for <a class="missing wiki">QuantLib</a> </p> Ticket anonymous Tue, 28 Mar 2017 19:14:59 GMT <link>https://svn.boost.org/trac10/ticket/12938#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12938#comment:1</guid> <description> <p> This is a shortened (due to your size limit) output file from <a class="missing wiki">QuantLib</a> Msbuild. Thx again </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Tue, 28 Mar 2017 19:17:35 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/12938#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/12938#comment:2</guid> <description> <p> Sorry, typo. I meant config.hpp file, not cpp file. This is a valid file in my included directory. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>John Maddock</dc:creator> <pubDate>Sun, 16 Apr 2017 08:51:47 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/12938#comment:3 https://svn.boost.org/trac10/ticket/12938#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">invalid</span> </li> </ul> <p> 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. </p> Ticket