VAX underlines Color in Gdiplus::Color. If I mouse over the symbol, it is unknown (no go to definition, etc.). If I use VS2008's "go to definition" it does. The software compiles & runs. Gdiplus::Color is certainly visible at that scope. This is ordinary, non-template code, such as:
// new approach: suck out the HBITMAP
Gdiplus::Color bacground_color(Gdiplus::Color::White);
Even #including the GdiPlusColor.h, which defines it, doesn't help VAX.
I'm running the latest full release: 10.5.1738.0 on VS2008 SP1.
Any ideas?