<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kr1zz &#187; Intellisense</title>
	<atom:link href="http://www.cristianonattero.com/blog/tag/intellisense/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cristianonattero.com/blog</link>
	<description>Cristiano Nattero</description>
	<lastBuildDate>Tue, 07 Feb 2012 11:44:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Unavailable Visual Studio Intellisense in C++ projetcs</title>
		<link>http://www.cristianonattero.com/blog/2009/11/10/unavailable-visual-studio-intellisense-in-c-projetcs/</link>
		<comments>http://www.cristianonattero.com/blog/2009/11/10/unavailable-visual-studio-intellisense-in-c-projetcs/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 10:08:10 +0000</pubDate>
		<dc:creator>kr1zz</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Intellisense]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.cristianonattero.com/blog/?p=898</guid>
		<description><![CDATA[Sometimes, in C++ projects, Visual Studio IntelliSense stops working with apparently no reasons. There are many official and non official guides on how to troubleshoot it and they almost always say that, given some conditions are respected, if IntelliSense doesn&#8217;t work, it is suggested to delete its database to let Visual Studio rebuilds it. To [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes, in <strong>C++ projects</strong>, <strong><a title="famous Microfsoft Integrated Development Environment" href="http://en.wikipedia.org/wiki/Microsoft_Visual_Studio" target="_blank">Visual Studio</a> <a title="Microsoft Visual Studio autocompletion" href="http://en.wikipedia.org/wiki/IntelliSense" target="_blank">IntelliSense</a> stops working</strong> with apparently no reasons. There are many official and non official <a title="your friend google will lead to them" href="http://www.google.it/search?q=visual+studio+intellisense+troubleshoot+c%2B%2B" target="_blank">guides on how to <strong>troubleshoot</strong> it</a> and they almost always say that, given some conditions are respected, if <strong>IntelliSense doesn&#8217;t work</strong>, it is suggested to <a title="in the official guide" href="http://msdn.microsoft.com/en-us/library/ms235519.aspx" target="_blank">delete its database to let Visual Studio rebuilds it</a>. To be able to do it, it is necessary to close the current solution, otherwise windows wouldn&#8217;t allow the access to the .ncb file.</p>
<p>However this procedure apparently doesn&#8217;t work for me. <span id="more-898"></span>I have found that I also need to close the IDE and do something else. Here it follows the &#8211; at least for me &#8211; working sequence:</p>
<ol>
<li>clean the solution</li>
<li>close the solution</li>
<li>close Visual Studio</li>
<li>delete the .ncb file</li>
<li>open Visual Studio</li>
<li>load the solution and <strong>clean it again</strong></li>
<li>rebuild the solution</li>
</ol>
<p>What I find particularly annoying is that after a while the buggy IntelliSense goes crazy again and I have to stop working and repeat the whole sequence again. That&#8217;s a notable waste of time! <img src='http://www.cristianonattero.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>I have reproduces this problem on some computers, with VS 2005 and 2008, and with XP and Vista, but only with unmanaged C++. I haven&#8217;t tried managed C++, while a colleague of mine says it doesn&#8217;t happen with C#.</p>
<p>Comments or &#8211; possibly useful <img src='http://www.cristianonattero.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  &#8211; suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cristianonattero.com/blog/2009/11/10/unavailable-visual-studio-intellisense-in-c-projetcs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

