8

I'm a novice with Visual Studio 2012 development and I have been given a machine where there are some header files I need in the following directory

C:\Program Files (x86)\Windows Kits\8.0

I'm using Windows 7 64 bit. I read that the Windows 8 SDK isn't shipped with VS2012 and I can't read any "Microsoft Windows 8 SDK" on the list of installed apps on my machine (on the uninstall list).

My question is: is this directory and its relative content part of VS2012? I don't have a VS2012 iso file so I cannot reinstall it right now (as I told the machine was given to me to work on it and the software was already installed in it)

4

2 回答 2

6

这是版本 8 Windows SDK 的主目录。Microsoft 将其作为单独的下载提供,以允许程序员使用 VS 以外的工具开发 Windows 程序。但是 VS2012 包含它,因为没有它你无法构建任何 Windows 程序。并且它不会在卸载对话框中显示为单独的项目。这将是一个坏主意,因为卸载它会破坏 VS。

不知道你为什么要考虑修改它,但显然你需要小心不要破坏你的 VS 安装。否则,下载和安装单独的 SDK 是受支持的方案。安装引导程序可在此处获得。仅用于解决实际问题,尚不清楚可能是什么。

于 2013-05-17T10:34:17.463 回答
4

我会说是的,看看:http: //msdn.microsoft.com/en-us/windows/desktop/hh852363.aspx

适用于 Windows 8 的 Windows 软件开发工具包 (SDK)

如果您需要一个包含编译器和构建环境的完整开发环境,您可以下载 Visual Studio 2012 Express,其中包含 Windows SDK 的相应组件

于 2013-05-17T10:29:58.027 回答