Visual C++ MSBuild Error: LNK1189: library limit of 65535 objects exceeded

Visual C++ linker error LNK1189: library limit of 65535 objects exceeded

You may receive this error when a very large XSD generates a large number of C++ objects files.

To work around this issue, you can specify "Additional Options: /bigobj".

E.g. For FpML5.13, after generating the library, open the project properties and enter: