Closed navono closed 3 years ago
Thanks for reporting and investigating the problem! Seems like you already have a workaround. I will look into fixing it next week.
Hello @navono, I was not able to reproduce the problem on the same version of Windows and SDK. Could you provide more details about how you run the build and attach full build log? Also please try to build with Build\Windows\Build.bat
and check if it works for you (generated solution should include both Release and Debug configurations).
Hold on! I reproduced something similar on clean Windows setup.
CMake generation issue related to finding of the new Windows SDK version is now fixed.
@navono, I did not reproduce any compilation errors in MSVC build configurations with the latest Windows SDK. Please note that Clang build configurations are currently not supported (they are added for experimental purposes). If you still experience any compilation errors or warnings, please open separate issue with detailed description of how you build the code (preferrably with command line examples) and attach full build logs, so that it would be possible to reproduce the issue.
Describe the bug
Windows SDK
Windows SDK
issue, it will generateerror C2220
error in third librariesSteps To Reproduce Steps to reproduce the behavior:
Expected behavior Compile and run.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
How to fix Issue 1:
FindWindowsSDK.cmake
->_winsdk_win10vers
, add current Windows SDK version bumber Issue 2: In project rootCMakeLists.txt
line 121, change/WX
to/WX-
or just delete/WX