I am struggling with recursively cpp header including problem. To solve this problem, I have to draw the including path by hand to see where recursively including happen.
I wonder whether there are some good ways to solve this problem like a recursively including detector or a header include path painter, not a good coding style to prevent this problem(I know this is more important).