VC++6.0无法打开#include "stdafx.h"文件

                                       VC++6.0 安装环境WIN7 32bit   

       当建立一个空的win32工程的时候,在.CPP 源文件进行编写代码时,有时候编译之后会遇到类似于 fata error :failed to open file like stdafx.h

       这种类型的错误,多数是因为vc的配置没有提前搞好,具体的解决方法 as below:

菜单栏Tools -> Optinons中的Directories项加下include 和library文件路径就ok了,absolutely,firstly  you should 确定你的stdafx.h文件在那个路径中,然后就可以在include 的选项之下顺利添加,then solve the problem.
 如果不知道自己的文件所在的具体路径,那么可以全盘搜索files。

你可能感兴趣的:(VC++6.0无法打开#include "stdafx.h"文件)