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.