It was working fine, now it's stopped. I select a symbol in my C code and the Code Definition Window stubbonly asserts that "no definition selected". Also if I select "Go to definition" for a function then VS says "The symbol '' is not defined event though it is. The code compiles fine by the way.

Is there a known issue here?

Regards

link|improve this question

69% accept rate
At the risk of stating the obvious, I presume you've tried restarting Visual Studio or rebooting the machine? – Joe Jul 6 '09 at 14:43
feedback

3 Answers

up vote 1 down vote accepted

I was having this problem in Visual Studio 2005 also and deleting the .ncb file seems to have done the trick. Maybe when it gets too big it simply stops functioning.

link|improve this answer
feedback

Maybe try deleting your solution.ncb file (after closing the solution)?

link|improve this answer
feedback

I had a similar issue, and deleting the *.ncb file(after closing the solution) did the trick

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.