"Add Include" is a great feature that I use a lot. When there is an existing
#include "stuff.h"
then "Add Include" insert the statement at a good place. So far so good.
But if there is none, then the #include statement is inserted at the very top of the file... but in my case, in I guess in the case of many, the top of the file starts with a header, for example:
/* -----------------------------------------------------------------------------
Project : ...
Created by : ...
Description :
----------------------------------------------------------------------------- */
"Add Include" inserts the #include before that comment. And this is not good.
Hence my suggestion:
Insert the #include after the first comment block of the file, if that comment block starts at the very top of the file.