|
| Hakate (29) | |
| 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 type this-> 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 | |
| NGen (231) | |
| Try deleting the Intellisense file for your project (.nsb, I think it was). If that doesn't work, I suggest reinstalling VC++. | |
| writetonsharma (832) | |
| 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. | |
| Hakate (29) | |
| 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 | |
| NGen (231) | |
| What version are you using? | |
| HawkOfWinter (32) | |
| Maybe 'Visual Assist X' works. | |
This topic is archived - New replies not allowed.
