You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build this project in VS2017 and am having trouble retargeting it to my Windows SDK version. I followed the build steps issued in the README and then retargeted the solution to 10.0.17134.0 which I have installed locally. The vcxproj file reflects the global setting <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> for each project, but I nonetheless get this error when trying to build:
The Windows SDK version 10.0.16299.0 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution".
Do you know what might be happening?
The text was updated successfully, but these errors were encountered:
Hi there,
I'm trying to build this project in VS2017 and am having trouble retargeting it to my Windows SDK version. I followed the build steps issued in the README and then retargeted the solution to
10.0.17134.0
which I have installed locally. Thevcxproj
file reflects the global setting<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
for each project, but I nonetheless get this error when trying to build:The Windows SDK version 10.0.16299.0 was not found. Install the required version of Windows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution".
Do you know what might be happening?
The text was updated successfully, but these errors were encountered: