即使在安装 Visual C++ 2008 Express 和 Windows SDK 后也无法为 x64 编译

Posted

技术标签:

【中文标题】即使在安装 Visual C++ 2008 Express 和 Windows SDK 后也无法为 x64 编译【英文标题】:Cant compile for x64 even after installing Visual C++ 2008 Express and Windows SDK 【发布时间】:2016-11-04 06:44:30 【问题描述】:

我安装了Visual C++ 2008 Express Edition。从这里我安装了 MICROSOFT WINDOWS SOFTWARE DEVELOPMENT KIT FOR WINDOWS 7 and .NET FRAMEWORK 4 用于 x64 位编译。

现在我可以在配置菜单中通过 IDE 看到 x64 的选项。但是,每当我尝试使用选中的 Debug|x64 进行构建时,我得到的只是:

========== Build: 0 succeeded or up-to-date, 0 failed, 1 skipped ==========

它永远不会被构建并且总是失败。 我在C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\bin 中也没有amd64\vcvarsamd64.bat 文件夹

即使尝试从cmdmsbuild "[PROJECT_PATH].sln" /t:Clean,Build /p:Configuration=Debug;Platform=x64 进行构建,我也明白了:

Microsoft (R) Build Engine Version 3.5.30729.5420
[Microsoft .NET Framework, Version 2.0.50727.5420]
Copyright (C) Microsoft Corporation 2007. All rights reserved.

Build started 11/4/2016 11:55:00 AM.
Project "[PROJECT_PATH].sln" on node 0 (Clean;Build target(s)).
  Building solution configuration "Debug|x64".
vcbuild.exe : error VCBLD0004: Project '[PROJECT_PATH].vcproj' does not contain a configuration called 'Debug|x64'.
vcbuild.exe : error VCBLD0004: Project '[PROJECT_PATH].vcproj' does not contain a configuration called 'Debug|x64'.
vcbuild.exe : error VCBLD0004: Project '[PROJECT_PATH].vcproj' does not contain a configuration called 'Debug|x64'.
Done Building Project "[PROJECT_PATH].sln" (Clean;Build target(s)) -- FAILED.


Build FAILED.

好像没有安装工具,但我选择编译工具后安装了Windows SDK,那为什么没有呢? 知道出了什么问题吗?

【问题讨论】:

这是 fullcomplete 构建输出吗? 是的,输出窗口中没有其他内容。 【参考方案1】:

Windows SDK 不包含任何 C++ 编译器,VC++ 2008 Express 版本仅为 32 位。您需要安装 64 位编译器(最新版本的 VC++ Express 有 64 位版本)。

【讨论】:

以上是关于即使在安装 Visual C++ 2008 Express 和 Windows SDK 后也无法为 x64 编译的主要内容,如果未能解决你的问题,请参考以下文章

VS 2008 中的 Visual C++ Redistributable Installer 在哪里?

在 Windows、Visual C++ 2008 上安装 LEX/YACC 或 flex/bison

Visual C++ 2008 提升问题

win7系统,Visual C++ 2008 redistributable 总是安装不上,

如何在visual studio2008中创建,编译和运行C++程序,

即使安装了 Microsoft Visual C++ 14.0 也会出现 Pip 错误