

$(WindowsSdkDir) : C:\Program Files (x86)\Windows Kits\8.1\.

$(UCRTContentRoot) : C:\Program Files (x86)\Windows Kits\10\.$(FrameWorkSdkDir) : C:\Program Files (x86)\Windows Kits\8.1\.Some VS macros (generated by CMake?) which seem relevant here are: I have no idea if these are what’s causing the problem, but when I manually removed any links to these directories in the VC++ Directories for the CTK project, I still get the same errors. Snooping around I see that there are still some apparent remnants of SDK 10 (including the UCRT headers) to be found under C:\Program Files (x86)\Windows Kits\ and C:\Program Files (x86)\Microsoft SDKs\Windows Kits\. I uninstalled Windows SDK 10 from the computer (via the Control Panel Add/Remove programs), and installed SDK 8.1 from Microsoft. This made me guess that the Windows SDK 10 was the source of the issue. When Googling the error codes, the only seemingly related discussions I could find were these two: OpenTTD and NAR for Maven ErrorĜ2146 syntax error: missing ‘>’ before identifier ‘QItemSelection’ ĜTKĜ:\Slicer\Build\CTK-build\CTK-build\Libs\Widgets\moc_ctkPathListButtonsWidget_p.cppę5.Note: C++ does not support default-int ĜTKĜ:\Slicer\Build\CTK-build\CTK-build\Libs\Widgets\moc_ctkPathListButtonsWidget_p.cppę5 ErrorĜ4430 missing type specifier - int assumed.

