It would be cool if VA could help insert #includes, something like this...
Your cursor is on CFoo You need to include Foo.h in the current .cpp So you tell VA to add a reference to the include file for the current symbol. VA adds a #include "Foo.h" after the last #include in the file. OR if that too much work, just put #include "Foo.h" in the copy buffer so I can go paste it.
At the moment I have to go to the definition of CFoo so that I can see what the name of the .h file and then go back to the .cpp file and manually type #include "Foo.h" Then I have a file open that I don't need so I close it.
If you add this I will name my next child Visual Assist Matthias