Re: Error compiling Quantlib v1.10 (C1083: Cannot Open include file corecrt.h)
Posted by ponram on Jun 08, 2017; 5:28pm
URL: http://quantlib.414.s1.nabble.com/Error-compiling-Quantlib-v1-10-C1083-Cannot-Open-include-file-corecrt-h-tp18318p18341.html
Thanks Francois Botha. I added your boost.prop file and attempted a build on Debug x64 mode. But i now get the error C1083 mentioned in the subject of this thread.
Could you confirm the WindowsSDK_IncludePath variable you have? I don't remember exactly, but i downloaded Windows 8.1 SDK in one of my several attempts hoping to successfully Compile :)
Here is what i have in my VC++ Directories under Microsoft.Cpp.x64.user property page:
Include Directories:
-------------------
$(BOOST_DIR)
$(VC_IncludePath)
$(WindowsSDK_IncludePath) --C:\Program Files (x86)\Windows Kits\8.1\Include\*
Library Directories:
--------------------
$(BOOST_DIR)\lib64-msvc-14.1\
$(VC_LibraryPath_x64)
$(WindowsSDK_LibraryPath_x64) --C:\Program Files (x86)\Windows Kits\8.1\Lib\winv6.3\um\x64
$(NETFXKitsDir)Lib\um\x64