Re: QuantLib Installation in VC++ 2010:1>C:\local\boost_1_55_0\boost/config/select_stdlib_config.hpp(18): fatal error C1083: Cannot open include file: 'cstddef': No such file or directory
Posted by itneophyte85 on Jun 08, 2014; 5:03pm
URL: http://quantlib.414.s1.nabble.com/QuantLib-Installation-in-VC-2010-1-C-local-boost-1-55-0-boost-config-select-stdlib-config-hpp-18-faty-tp15305p15415.html
Luigi,
the solution has consisted of adding in
Include Directory: C:\local\boost_1_55_0_2;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;
Library Directory:
C:\local\boost_1_55_0_2\stage\lib;$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib
This guarantees the avoidance of compiler issues in finding any file.hpp from either boost or the standard library.
Hope it helps
cheers