*ah* I did not fully understand the problem. I have just installed wxWidgets 2.8.0 and I am seeing the same problem. Jumping to:
C:\\wxWidgets-2.8.0\\include\\wx\\string.h
line 1149 the problem is the macro after the function:
int Printf(const wxChar *pszFormat, ...) ATTRIBUTE_PRINTF_2;
I have just tried making VA ignore this macro, but it is not working in VA 1557. The easiest solution is to turn on:
VA Options -> Advanced -> listboxes -> Get content from default Intellisense
alternatively you could edit this header and remove this macro.
Macro's after functions confusing our parser is a known problem:
case=4589