If I have a class like this:
class Foo{
friend class NotColored;
NotColored t;
};
Both words NotColored are not colored like a class name. It doesn't seem to recognize NotColored as a valid type at all (underlines in red).
VAX 1219 VS .NET 2003 Win XP SP 1