

This mean that feature X that shipped in SDK 10240.1 requires 10240.1 at a minimum, but can be used from a later SDK version such as 10240.2 since that version also supports the feature).
VISUAL MICRO SDKDDKVER.H MISSING WINDOWS
Target Platform Minimum Version is an additional property used only for Store projects that is simply way of indicating in the project file what the lowest supported Windows SDK version that their app will run on.

VISUAL MICRO SDKDDKVER.H MISSING INSTALL
When a new Windows 10 SDK version becomes available and you install it, this property will allow you to move to that version. Target Platform Version is the actual SDK version that will be actually be referenced in your app. There are two new project properties related to targeting the Windows 10 SDK inside VS2015: Project Properties for Selecting the SDK Version in Store AppsĪ couple new concepts have been introduced to the VC++ project system to allow you to select which version of Windows SDK you are targeting for your apps. If you installed before today, you can run the Visual Studio installer and there will now be an option to install Windows 10 Development Tools.

An earlier blog post described the pre-release process of getting setup and some of the new features available in Universal Windows Apps. Windows 10 introduces the new Universal Windows App platform, which allows a single codebase to be reused across multiple Windows 10 devices.
