4.10 C++ Transition Guide

For source builds, before you generate your project files execute this for 64 bit builds:



@echo Setting Includes paths now....
SET INCLUDE=C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\um;%INCLUDE%
SET INCLUDE=C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\ucrt;%INCLUDE%
SET INCLUDE=C:\Program Files (x86)\Windows Kits\10\Include\10.0.10586.0\shared;%INCLUDE%
echo Setting Library paths now....
SET LIB=C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10586.0\ucrt\x64;%LIB%
SET LIB=C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10586.0\um\x64;%LIB% 


replace 10586 with 10240 on every line if thats your installed SDK (take a look on the folders in your HD).

Then you wont have build problems regarding the location of crt libs/headers.