Login  Register

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 May 22, 2014; 2:41pm
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-tp15305.html

Hi all,

Having set up all the include and Library directories correctly in VC++ 2010 Express, I am wondering why the solution can't be built

C:\local\boost_1_55_0 (for include)
C:\local\boost_1_55_0\stage\lib (for librairies)

what strikes me the most is that cstddef does exist in C:\local\boost_1_55_0\boost\pending

Hope that someone can provide me with some assistance on this matter.

Cheers