Based on KindDragons answer I compiled Boost 1.63. For 64bit. Starting with Developer Command Prompt for VS 2017 RC
-
Run:
bootstrap.bat
-
open
project-config.jam
Here is mine:
import option ;
using msvc : 14.0 : "c:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.10.24728\bin\HostX64\x64\cl.exe";
option.set keep-going : false ;
- Run
b2 toolset=msvc-14.0 address-model=64
http://stackoverflow.com/questions/41464356/build-boost-with-msvc-14-1-vs2017-rc