I am using VS 2003 and C++ with managed code and I am getting a lot of symbols that are underlined as being incorrect e.g. in the statement
using System::Windows::Forms;
System, Windows, Forms are underlined. These are also underlined when defining variables also the functions performed on these variables are underlined.
I have cleared and rebuilt the db twice