Visual Assist X helps you locate and insert language-specific statements to reference undeclared identifiers in your code - #include directives in C/C++.
Add Include Directives in C/C++
Hover over an undeclared identifier and choose "Add include xxxx" from the refactoring context menu to insert the appropriate directive at the top of the file. The position of the text caret is unchanged.



