cannot find the definition (implementation) of this function 在vc中点击classview中一个类的一个函数时,提示:cannot find the definition (implementation) of this function。打不开函数,解决办法 在其相应的.cpp文件中任何一处改动以下然后飞恢复以前的状态即可。比如,打几个空格。
VC ++中添加了一个新类后cannot find the definition (implementation) of this function
最新推荐文章于 2019-01-10 22:11:21 发布
本文介绍了解决Visual C++中无法找到函数定义的问题方法。当ClassView中点击某个类的函数时若出现找不到定义的情况,只需在对应的.cpp文件中进行微小改动,如增加几个空格,再撤销此改动即可解决问题。

423

被折叠的 条评论
为什么被折叠?



