Fatal Error C1312
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Fatal Error C1312.
Too many conditional branches in function. Simplify or refactor source code.
The code is too complex for the compiler to process without running out of stack memory. Simplify your code.
Show: