Outdated Windows 10 SDK default option for Desktop development with C+

ALESSANDRO BELLIA 1 Reputation point
2020-09-19T13:08:24.333+00:00

Hi, I have a little curiosity: why is "Windows 10 SDK 18362" the default option when selecting "Desktop development with C++"? The most updated version should be 19041, right?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,627 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,426 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,537 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Darran Rowe 561 Reputation points
    2020-09-21T18:59:15.993+00:00

    Visual Studio setup can be like that. This tends to be decided before the update even enters preview and will be fixed for the entire update.
    Visual Studio 2019 16.7 Preview 1 was first released back in May, and this was about a week before the Windows 10 May 2020 update was released.

    If you check the Visual Studio 2019 16.8 Previews,

    26189-2020-09-21.png

    The newest Windows 10 SDK is part of the C++ Desktop Development workload. This is a case of Microsoft not wanting to make any potentially big changes with the setup once it has become public.

    1 person found this answer helpful.
    0 comments No comments

  2. Rita Han - MSFT 2,161 Reputation points
    2020-09-21T01:47:35.69+00:00

    Hello @ALESSANDRO BELLIA ,

    For Visual Studio 2019, you can select "latest installed version" option for Windows SDK version in project properties as below. If you have installed the SDK of version 19041, it will select this version.

    25985-20200921-1.png

    More reference: "How to: Use the Windows 10 SDK in a Windows Desktop application".

    Thank you!


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments