VC中The symbol is "xxx" undefined解决办法

来源:互联网 发布:打马赛克软件 编辑:程序博客网 时间:2024/05/13 04:04
VC中The symbol is "xxx" undefined解决办法
2008年07月09日 星期三 下午 5:51
使用VC中有时已经定义了变量或者函数,但是即使在定义的变量或函数上点右键-Go to Definition of ""都会出现The symbol is "xxx" undefined。解决方法为找到项目对应的*.bsc文件,删除,然后rebuild。随便找到一个原来会出错的变量,再点go to definition,IDE会提示重建*.bsc文件,重建好了就不会再出错了.

原创粉丝点击