Intellisense problem: Type is not defined but build is successful.
Some of the types in my project have squiggly underlines that indicate the types are not defined. The types are actually defined in the same namespace as the class where they are used. The project builds successfully despite the squiggly underlines. "Go to definiton" functionality of intellisense stops working for the class because of the error indicators. I have tried deleting the intellisense database file but to no avail. Does anyone have experience with similar problem? The problem is not critical, however, very annoying.
I am using MS Visual Studio 2005 Team Edition.
Thanks.

