Details
-
Bug
-
Resolution: Cannot Reproduce
-
Minor
-
None
Description
Try to build with the ReactOS CMake and MS VC 2008/2010/2012 or 2013 toolchain doesn't work - neither with msbuild nor with jom, ninja or nmake.
msbuild gives lots of errors like this:
error C2857: '#include' statement specified with the /Ycstdafx.h command-line option was not found in the source file [...]
jom/ninja/nmake stop with the following error:
error C2859: ... is not the pdb file that was used when this precompiled header was created, recreate the precompiled header.
It seems that the settings for using the precompiled headers don't work.
A quick workaround is to disable the usage of precompiled headers e. g. like in the attached patch.