Compiler Warning (level 1) C4182

#include nesting level is 'number' deep; possible infinite recursion

The compiler ran out of space on the heap because of the number of nested include files. An include file is nested when it is included from another include file.

This message is informational and precedes error C1076.