Fatal Error C1053
'<identifier>' : function too large
The function is too large to compile.
To fix by using the following possible solutions
Try compiling without optimizations.
Divide the function into smaller functions.
Reduce calls to inline functions.