When I tick the below option, I got the following result:
VA Options -> Coloring and Attributes -> Tooltips
When I untick the "Tooltips" checkbox, I got plain white text in the same tooltip.
As a first step, can you please try what result do you get with the same source?
class TestClass
{
};
void TestFunction()
{
TestClass obj;
}