Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2055696
  • 博文数量: 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
阅读(8881) | 评论(18) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2009-12-11 16:10:22

好呀,真的行,太感谢了!!

chinaunix网友2009-09-12 16:28:38

可以,太感谢了!

chinaunix网友2009-08-12 19:40:35

可以了,谢谢

chinaunix网友2009-02-22 23:24:19

http://hi.baidu.com/%C2%FE___%B2%BD/blog/item/cc1673835d5e2fa40df4d270.html

chinaunix网友2009-01-02 19:04:39

感谢!!!