How do I install Windows 10 SDK for use with Visual Studio 2017

前端 未结 1 1694
挽巷
挽巷 2021-02-02 06:39

I can\'t figure out how to install Windows 10 SDK for Visual Studio 2017.

I downloaded and ran the Windows 10 SDK installer, and it displays Please find winsdksetu

相关标签:
1条回答
  • 2021-02-02 07:01

    The error message shows which SDK you need:

    The Windows SDK version 10.0.16299.0 was not found

    So the SDK for Windows 10 Fall Creators Update 1709 is missing and you downloaded the SDK for April 2018 Update (1803 Build 17134).

    Run Visual Studio 2017 installer (C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe), click on modify, and select 16299 SDK under SDK/framework in individual components tab of the installer:

    0 讨论(0)
提交回复
热议问题