I\'m not sure if i\'m asking a valid question, but here goes.
I have c++ solution with a structure of
[folder] Header files -
... 200 header files ..
I don't know of a standard but you can put headers (and source) files in any folder structure you like.
You need to ensure that either the include files are referenced by relative path or add the folder to the projects search path.