The variables should not be underlined like that. If you add:
static void testGeneralStuff()
{
int banana = 2;
int orange = 1;
}
at the very top of one of your files what happens? Are the variables coloured correctly or are they underlined as mistyped symbols?
Which IDE and version of VA are you using?