VS2013类向导“异常来自 HRESULT:0x8CE0000B” /调试卡顿

vs调试卡顿问题

转自:https://blog.csdn.net/swingflap/article/details/53239911

本文参考了方法:http://blog.csdn.net/skyloveyue/article/details/52105912

并分析了该文中的http://connect.microsoft.com/VisualStudio/feedbackdetail/view/883792/classwizard-error-in-visual-studio-2013-update-2所提供的解决方法:

I've had the same error when trying to use the class wizard. I have reset my environment as described and the error was gone. After that I reconfigured the environment step by step to fit my needs. I noticed that the error appears when I choose to disable external dependency folders (Options\Text Editor\C/C++\Advanced). Setting the value to true and reopening the solution cleared the error.


我的项目出现此原因是因为基于BSGSoft MFC开发项目,使用了BSGSoft 第三方库引起的,只有与BSGSoft 相关的类会出现此问题。通过分析,认为这是第三方库的类头文件相互包含关系比较复杂,需要重新构建数据库。


按下图对文本编辑器中的重新创建数据库设为TRUE,退出VS后重新打开项目,VS将对项目重新构建数据库,数据库重建完成后,再打开类向导,问题即可解决。

vs调试卡顿问题

最近电脑打开vs项目会卡几秒钟,调试结束后,也会卡几秒钟.

网上搜了下资料关闭IntelliTrace就好了.

关闭方法:工具-选项-IntelliTrace-启动IntelliTrace的勾去掉就可以了


你可能感兴趣的:(编程,MFC/Windows)