I cannot get intellisense to work. Even if I start with an empty project and add only one file to it with just the include function for iostreamand int main(), which prints char using cout(basically the base program itself), if I try to get intellisense to show something (like typing cout.) , I get
IntelliSense: “No further information” (see “Troubleshooting IntelliSense in C ++ Projects” for further assistance.)
The hours of work with Google have brought several articles on Microsoft sites that offer a ton of things to try or explain why this will not work. I tried and eliminated them all, except those that mention what stdafx.hshould be in the way.
What is this file? How do I know if he is on the way if I don’t know where he is?
What does this have to do with IntelliSense?
Should I add this file to my project for it to work?
Thank.
source
share