Say, I\'d like to have a tool (or script?) taking project (or .h file) and building searchable tree of \"includes\" included into it (of included into of included into and s
There exists a tool called include gardener, which can be found here:
https://github.com/feddischson/include_gardener
This gives you the include tree in dot or graphml (xml) format. But it does not consider other preprocessor statements like #if, #else, #endif.