Visual studio problems

Nov 8, 2009 at 4:36pm
Hello

I recently noticed that my visual studio wont go into a scope when im making classes, when i type void classname:: the list of suggested functions appears after the last :

that seems to work but when im in the scope i typethis-> the list wont appear and visual studio says that it's a global scope and it wont change...

when i change the scope manually it changes back to the global scope

what shuld i do?
Last edited on Nov 8, 2009 at 4:39pm
Nov 8, 2009 at 8:31pm
Try deleting the Intellisense file for your project (.nsb, I think it was). If that doesn't work, I suggest reinstalling VC++.
Nov 9, 2009 at 4:40am
vc++ 6.0 has poor intellisense but later version do it better.
when the code has errors the intellisense doesnt work well. code compiling also helps sometimes.
Nov 9, 2009 at 11:42am
I tried to delete the intellisense file and it worked. Thanks :)

but... when i compile and i get errors or something like that it dies again :/
Last edited on Nov 9, 2009 at 12:06pm
Nov 9, 2009 at 3:35pm
What version are you using?
Nov 11, 2009 at 7:42am
Maybe 'Visual Assist X' works.
Topic archived. No new replies allowed.