Please submit the file 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.
I don't know if it will help or not, but worth a try
Can you please try to create a new CLR Windows Forms Application to see if you can reproduce the problem there?
After the project has been created, add a new cpp file into the project, include #include "stdlib.h", give a second to VA to reparse the file, switch to Form1.h and paste the following source into the beginning of the namespace:
public class Test {
void Func()
{
}
};
Type "System::" into Func and see what happens. I am wondering: is this problem will show up on your computer?
When I typed System, also "system" (the function) was there (in the listbox) but System wasn't corrected after :: for me with Repair Case enabled.
Also, can you please try to rebuild your symbol databases:
VA Options -> Performance -> Rebuild
to see if this helps?