to recall an old topic I remark that the workaround described in here didn't work on my pc (Windows 7, Visual Studio 2015 Community Edition/Update 3). After hiding the specified directories, bootstrap produces the typical error message:
c:\boost_1_64_0>bootstrap
Building Boost.Build engine
Failed to build Boost.Build engine.
Please consult bootstrap.log for further diagnostics.
You can try to obtain a prebuilt binary from
http://sf.net/project/showfiles.php?group_id=7586&package_id=72941
Also, you can file an issue at http://svn.boost.org
Please attach bootstrap.log in that case.
In the bootstrap.log file I found:
...
c:\boost_1_64_0\tools\build\src\engine\jam.h(71): fatal error C1034: ctype.h: Kein Suchpfad für Headerdateien vorhanden (no include path set)
compile.c
c:\boost_1_64_0\tools\build\src\engine\jam.h(71): fatal error C1034: ctype.h: Kein Suchpfad für Headerdateien vorhanden (no include path set)
constants.c
debug.c
etc.
Has anyone any idea to overcome this problem? Or can I build the boost lib in th UI of Visual Studio?
Thanks in advance,
Robert