Or you could install VisualAssistX if you have any other edition of VS except Express Edition which give you much more features than crappy VS default IntelliSesnse. http://www.wholetomato.com/
Thanks modoran, If you don't mind me asking do you have the software installed? And from this site? I'm real hesitant to download things from sites I dunno about.... >_>
But either way thanks, it looks promising :)
=====================================
Craniumonempty, it didn't work. I even read further into it from your tip, and found alternate options, but to no avail. Any other tips?
If intellisense stops working for some weird reason -
you can go to the directory where your
project is located and delete the *.ncb file (if you are viewing the folder using explorer,
the file type should be shown as VC++ intellisense database)
It should be automatically remade.
Note you may have to close the project first or you may get a 'cannot delete file as it is in use' error
message.
Note 2;
Sometimes it appears to stop working properly in certain parts of your code if you have a syntax error somewhere.