【发布时间】:2010-10-06 08:31:17
【问题描述】:
我的一个项目没有建立(也经过这么多小时)......它没有进一步进行...... 伪代码是这样的:
在使用 Visual Studio 2008 构建我的项目时:
#pragma message("This is going to Include map.h")
#include <map>
#pragma message("The Included operation of map.h over")
对于上面的代码 sn-p,构建输出显示第一条消息,而第二条消息根本不显示(即使在几个小时后)。什么可能导致这个问题? include <map> 语句可能有什么问题?
【问题讨论】:
-
在不包含
标签: c++ visual-studio-2008 build-process