Reputation: 1076
I converted a VS2005 solution to VS2008, but Intellisense isn't working. It works fine with a native solution made in VS2008. Its a C# solution.
Upvotes: 0
Views: 56
Reputation: 347236
For VC++:
By the way VC++'s intellisense is re-written in VS2010 to be much better.
For C#:
For C# projects Intellisense is stored in projdata files. (Do a backup before deleting just in case it has something else in there)
Another thing to check for C#:
Go to: Tools | Options | Text Editor | C#
Make sure Auto list memebers
is on, and Parameter information
is on,
Upvotes: 2