Basically, VA will pretty much not work reliably at all while I'm working in the test cpp file. While it's a bit sporadic, one thing will *never* work:
BOOST_AUTO_TEST_CASE(test4) { int test = 0;
if (test == 0) .... }
If I then start typing to use that "test" variable, VA will not even recognize it. If I use it again, it will actually underline it read in the next line, as if it was not defined.
It seems as if the Boost framework / macros break something.
Any suggestions? We're running the latest public version of VA, downloaded a week ago or so.