Using VS2010, VA 1912, I have downloaded and extracted the google test code, and created the following simple test in a .cpp file:
#include <gtest/gtest.h>
TEST(CEENode, ActiveSuccessorsWCondDeActivate)
{
mockEExecBase mExecBase;
mockEENode mEENode(&mExecBase, 1, 0, EEO_STEP);
banajkjhfs = 2; // unknown local variable
}
I disabled VA in the extension manager, so VA was effectively uninstalled, and this is what I am seeing:

with VA enabled and active, this is what I am seeing:

I have set VA underlining to be in purple and green, so any underlining from VA should be obvious. The local variables are correctly shown in bold. The types are correctly underlined since they have not been created in my test solution.
Can you please export your VA and IDE settings and send them to me:
VA Options -> Performance -> Export Settings
IDE tools menu -> Import and Export Settings -> Export selected environment settings
I can then import them here and see if I can reproduce the problem. If you have a sample code file that shows the problem that would also be helpful.
Please submit the files via the form:
http://www.wholetomato.com/support/contact.asp
including this thread ID or URL in the description, so we can match it up.