Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Visual Studio 2012 include the full Windows SDK

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.

like image 545
Joshka Avatar asked Aug 18 '12 01:08

Joshka


2 Answers

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

like image 103
Rolf Huisman Avatar answered Oct 11 '22 18:10

Rolf Huisman


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.

like image 26
Mark Avatar answered Oct 11 '22 18:10

Mark