

Note that this is not the correct version for Windows 8.1, see Visual Studio 2013 and Windows 8.1 SDK RTM are now available.

At a minimum, having access to #include provides you the extremely useful Microsoft::WRL::ComPtr smart-pointer that works perfectly fine in Win32 desktop apps and down-level systems.ĭirect3D Debug support: Installing VS 2012 or the Windows 8.0 SDK also installs the Direct3D 10.x and Direct3D 11.x SDK Debug Layers on Windows 7, Windows 8.0, and the Server Equivalents for using D3Dxx_CREATE_DEVICE_DEBUG. The VS team’s instructions omit including the include\winrt directory under the assumption that those are for Windows Store apps only, but that’s not strictly true. Note you cannot target Windows XP with the Windows 8.0 SDK. props files are attached to this post as well.
VISUAL STUDIO 2012 SDK HOW TO
This section illustrates how to create a project from scratch. You can use these projects as a starting point for your Leap Motion projects. VS 2010 users: You can use the property sheets as described in the Visual C++ Team blog post to use the Windows 8.0 SDK. Windows: Setting up a C++ project in Visual Studio¶ The Leap Motion SDK package includes sample projects for Visual Studio 2008, 20010, and 2012. You need Windows 8 to develop Windows Store apps, but you can use Windows 7 and the Windows SDK 8.0 for development of Win32 desktop applications for Windows 8, Windows 7, Windows Vista, and their Windows Server equivalents. NET Framework 4.5 or newer is already installed (also bundled with Visual Studio 2012 or later). It’s the same system requirements as Visual Studio 2012 which includes the new Windows SDK.

System requirements: The Windows SDK for Windows 8 can be installed on Windows 7 and Windows 8.
VISUAL STUDIO 2012 SDK UPDATE
See also VS 2012 Update 2, VS 2012 Update 3, and VS 2013 and Windows 8.1 SDK RTM. Support for Windows XP is available with VS 2012 Update 1. Update: VS 2012 Express for Windows Desktop is now available. The Visual C++ 2012 CRT redistributable packages are on MS Downloads. As noted on the VC Blog, support for targeting Windows XP with VS 2012 and the Desktop Express edition will be coming soon. See the Visual Studio and VC blog announcements for more information, as well as the ReadMe.You can find a list of compiler bugs fixed, Standard Library bugs fixed, and MFC bugs fixed for Visual Studio 2012 as well. The Windows 8.0 SDK is included with Visual Studio 2012 (build 50727.1), which is now available on the web. This includes the D3DCompiler_46.DLL release of the HLSL compiler, DirectXMath version 3.03, DirectX 11.1 headers/libs, and the GDF tools. Make sure to use the appropriate runtime library depending on your version of Visual Studio. See Where is the DirectX SDK? for details on DirectX content in the Windows 8.0 SDK. The Windows SDK for Windows 8 (aka Windows 8.0 SDK) RTM version is now available on Microsoft Docs.
