代码改变世界

vs2010出现

2011-05-20 23:15  Rollen Holt  阅读(861)  评论(1编辑  收藏  举报

最近一打开vs2010,就出现一个很丑的对话框:please wait while intellisense and browsing information are updated 

图片为:image

说什么智能感知和浏览信息在更新啥的,然后一直在等一直在等,还是不好,最好无果,之后google之。

官方MSDN上的解决方案是:等把。

大家可以参见这里:(鸟文,英语不行的童鞋请自动google翻译):

链接地址:http://blogs.msdn.com/b/vcblog/archive/2010/02/19/improving-c-intellisense-performance-with-pch.aspx?PageIndex=2

Improving C++ Intellisense Performance with PCH

Thank you to everyone who has submitted feedback on the Visual Studio Release Candidate. We have received feedback that C++ Intellisense performance is slower. One way to improve this is to enable Pre-Compiled Headers usage for Intellisense parser. Andy Rich has written a detailed post on intellisense PCH usage that gives some additional details and explains how to optimize your intellisense engine with PCH. Here are a few of the benefits of using PCH:

· Improves Intellisense parser performance in the IDE

· iPCH is on by default as long as your project is using PCH

Thank you,

Kelly Evans

Visual C++ Team

...