I used the Windows 8.1 SDK for my C ++ application and everything works fine. Today I installed the Windows 10 SDK and I cannot find a way to make it the default.
I can hard program the new SDK path in the settings of the Visual Studio project, but this is very undesirable. I want the new bundle to be used by default for each new project. There is no environment variable for the SDK, and I also cannot find anything in the registry.
More precisely, there are Windows SDK entries in the registry, but what I need - C ++ also includes libraries called the Windows Kit (located in C: \ Program Files (x86) \ Windows Kits).
source
share