Hello,
I post here a question because I have no more idea how to solve this issue.
Problem :
When I try to use IntelliSense, Visual Studio displays :
IntelliSense: 'No additional information available' (See 'Troubleshooting IntelliSense in C++ Projects' for further help.)
If I activate logging traces, it displays :
[IntelliSense] Error Update parse queued (<number>): <source>
I have read several posts on forums, and I have tried :
- exit VS, removing <projetc>.ncb, restarting VS.
- create the simpliest project possible with quite nothing in it except a printf().
- exit VS, removing all the un necessary temporary files, restarting VS.
- desinstall, and re-install VS.
All this doesn't solve the issue.
Could somebody have any idea to solve this ?
Thanks in advance