基于对话框的MFC(exe)工程不能编译
刚刚装上的VC,新建了一个基于对话框的MFC(exe)工程,里面什么也没干,空的工程也不能编译通过。报错如下:
Compiling resources...
Compiling...
StdAfx.cpp
e:\vc工踌\simple\stdafx.cpp(0) : fatal error C1033: cannot open program database 'e:\vc工踌\simple\debug\vc60.pdb'
Error executing cl.exe.
SIMPLE.exe - 1 error(s), 0 warning(s)
这是什么问题呢?