racoon wrote: > On 25.06.2016 20:41, Georg Baum wrote: >> >> This is strange. This file created the error in the CMakeError.log you >> sent some days ago. Maybe this directory does not exist anymore after you >> reinstalled the SDK? If the current CMakeError.log looks different than >> the one you sent already please send this one, maybe the platform SDK >> error is fixed and we see a different one now. > > Sorry for the delay. Attached is the new error log.
No problem, it is not urgent. Something has definitely changed from your last try. Now the file C:\Microsoft.Cpp.Default.props is missing. Searching for "Microsoft.Cpp.Default.props" in the cmake source code shows that this comes from a line <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> in the generated .vcxproj. $(VCTargetsPath) is a variable that should be set in the registry by the visual studio or windows sdk installer, a typical value is "C:\Program Files\MSBuild\". Therefore I am pretty sure that your MSVC and/or Windows SDK installation is botched. Unfortunately I have no idea how this happend or how to fix this. Georg