IntelliSense Error: 'No additional information available' in Visual Studio 2012 [closed]

6

Today my computer crashed (because of Google Chrome!) and I had to restart it. Visual Studio 2012 was currently open (and I lost a few lines of code I had not saved).

The problem is that after this event, my IntelliSense simply stopped working! If I try to use (by shortcut keys, or menu, or typing std:: [...]) it displays the message:

  

IntelliSense: 'No additional information available' (See   'Troubleshooting IntelliSense in C ++ Projects' for further help.)

Just to put it, I've been there in the Microsoft documentation to view such "additional information "(completely useless). I've already reinitialized VS, it already excludes the files .sdf and .suo of the project, it already excludes the folder ReflectedSchemas ... anyway, I already made all the suggestions that I found in this SOen response and even some other ideas of this other question also in SOen . And, nothing IntelliSense works.

Has anyone ever had this problem, or do you have any other information that might be useful?

My Visual Studio is Professional 2012 and the project is in C ++.

Other information that may be relevant: My project is in Qt, so I generate the Visual Studio project files directly from .pro using qmake . I've also tried to regenerate these files, but that did not solve the problem.

    
asked by anonymous 05.08.2015 / 23:18

0 answers