Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2057684
  • 博文数量: 454
  • 博客积分: 10921
  • 博客等级: 上将
  • 技术积分: 5396
  • 用 户 组: 普通用户
  • 注册时间: 2006-06-15 15:20
个人简介

伪IT男

文章分类

全部博文(454)

文章存档

2016年(2)

2013年(6)

2012年(17)

2011年(29)

2010年(24)

2009年(54)

2008年(53)

2007年(202)

2006年(67)

分类: C/C++

2007-03-27 19:18:13

我加了一个对话框类文件,重新编译后出现编译错误:  
  d:\center\lkdraw\codlg.cpp(4)   :   fatal   error   C1083:   Cannot   open   precompiled   header   file:   'Debug/LkDraw.pch':   No   such   file   or   directory  
  codlg.cpp   (4)行是如下语句:#include   "stdafx.h"  
  但我的stdafx.h   文件明明在,而且其它的对话框文件一样的写法却没错误。   
 
解决方法:
 删除DEBUG目录   
    
 再Rebuilt   All
阅读(8887) | 评论(18) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2008-11-13 19:45:41

可以耶!

chinaunix网友2008-11-02 01:52:41

可以的,我也有类的经历

chinaunix网友2008-02-29 14:09:47

删掉debug目录在rebuild all 可以解决的。注意是rebuild all ,(在build菜单下有个rebuild all)并不是删除了再编译