Boost C++ Libraries: Ticket #11487: Boost doesn't build with Visual C++ 2015 https://svn.boost.org/trac10/ticket/11487 <p> Trying to build Boost with Visual C++ 2015 fails with an error message: can't find header file corecrt.h. It turns out that Visual C++ has changed the location of some header files in this release. The batch file vcvarsall.bat correctly sets the new path, but it looks like the Boost build program b2 makes its own guess at paths, and that guess was derived from earlier versions of Visual C++ and is no longer accurate? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11487 Trac 1.4.3 viboes Thu, 20 Aug 2015 23:03:52 GMT component changed https://svn.boost.org/trac10/ticket/11487#comment:1 https://svn.boost.org/trac10/ticket/11487#comment:1 <ul> <li><strong>component</strong> <span class="trac-field-old">None</span> → <span class="trac-field-new">Building Boost</span> </li> </ul> Ticket jarek Mon, 19 Oct 2015 15:03:07 GMT <link>https://svn.boost.org/trac10/ticket/11487#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11487#comment:2</guid> <description> <p> Same on me: address-model=32 makes errors while address-model=64 compiles fine. </p> <pre class="wiki"> compile-c-c++ bin.v2\libs\locale\build\msvc-14.0\release\link-static\threading-m ulti\std\std_backend.obj std_backend.cpp C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\crtdefs.h(10): fa tal error C1083: Cannot open include file: 'corecrt.h': No such file or director y ...failed updating 123 targets... ...skipped 32 targets... C:\Users\Jarek\Documents\3rd-Party\boost_1_59_0&gt;b2 -j8 --toolset=msvc-14.0 address-model=32 --build-type=complete stage </pre> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Tue, 22 Dec 2015 16:40:14 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/11487#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11487#comment:3</guid> <description> <p> You can pass a include= parameter to b2, so something like <code>b2 ... include="C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt" ... stage</code> </p> </description> <category>Ticket</category> </item> <item> <author>abrarov@…</author> <pubDate>Wed, 06 Apr 2016 23:14:30 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/11487#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11487#comment:4</guid> <description> <p> I used the way described <a class="ext-link" href="https://github.com/mapbox/windows-builds/issues/28"><span class="icon">​</span>here</a>: </p> <ol><li>Got to user's temp folder (%TEMP%). </li><li>Delete all b2_*.cmd files. </li></ol> </description> <category>Ticket</category> </item> </channel> </rss>