[求助]为什么stdfax.h常通不过预编译?
利用ClassWizard生成的基于对话框的项目MyListCtrl,我完全没动过stdafx.h 和stdafx.cpp,之后只是在CMyListCtrl::OnInitDlg()进行了列表视图控件的初始化,然后编译,出现了下面的错误提示:fatal error C1083: cannot open precompiled header file:'Debug/MyListCtrl.pch':No such file or directory
我点击这段提示,标记错误在MyListCtrlDlg.cpp的#include"stdafx.h"这一句上,我以前编译别人的项目也经常是找不到stdafx.h,可项目里明明包含了的阿,为什么呢?望达人指点