Fatal Error C1053

 

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 C1053.

identifier>' : function too large

The function is too large to compile.

To fix by using the following possible solutions

  1. Try compiling without optimizations.

  2. Divide the function into smaller functions.

  3. Reduce calls to inline functions.

Show: