Visual studio problems

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
Try deleting the Intellisense file for your project (.nsb, I think it was). If that doesn't work, I suggest reinstalling VC++.
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.
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
What version are you using?
Maybe 'Visual Assist X' works.
Topic archived. No new replies allowed.