8

If I've installed the Visual Studio 2012, do I need to install the Windows SDK, or are all tools / parts of the SDK included as part of the Visual Studio installation.

Joshka
  • 766
  • 7
  • 16

3 Answers3

7

The visual studio 2012 installer does not contain the full Windows SDK or Visual Studio 2012 SDK. these need to be installed separately.

John Saunders
  • 160,644
  • 26
  • 247
  • 397
Rolf Huisman
  • 1,417
  • 8
  • 17
3

Depends on which version of VS 2012 you have installed. Professional version and above include the Windows 8 SDK, so unless you are planning to develop applications for Windows XP or earlier versions of the OS, there is no need to install the SDK separately - you would already have it.

However, if you have installed VS 2012 Express, I would suggest referring to on-line documentation for clarification on this issue.

Mark
  • 47
  • 1
1

See this post for more information:

http://blogs.msdn.com/b/chuckw/archive/2012/03/22/where-is-the-directx-sdk.aspx

"The DirectX SDK is now part of the Windows 8.0 SDK."

"The Windows SDK for Windows 8 (aka Windows 8.0 SDK) is included with Visual Studio 2012, and is also available as a standalone package for use with Visual Studio 2010."

Community
  • 1
  • 1
Bob
  • 11
  • 1