object file format limit exceeded : more than 32K sections
While compiling with /Gy, the compiler encountered more than 32,727 functions in one source file. Split the source file into multiple source files and recompile.
/Gy is added to your compilation if you used /ZI.