visual studio 2010 - Intellisense in vs2010 with c++ -


i can't intellisense work. if start empty project , add 1 file include iostream , int main() function prints char cout (basically basic program), if try intellisense show (say typing cout.) get

intellisense: 'no additional information available' (see 'troubleshooting intellisense in c++ projects' further help.)

hours of googling have yielded couple of articles on @ microsoft sites suggest bunch of things try or reasons why wouldn't work. have tried , eliminated them all, except 1 mentions stdafx.h has in path.

what file?
how know if in path if don't know is?
have intellisense?
should add file project work?

thank you.

i got solved microsoft team @ http://connect.microsoft.com/visualstudio/feedback/details/652838/intellisense-not-creating-ipch-folder

it had windows update installed on winxp. solution install vs2010_sp1 , update on it.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -