Fatal error C1128: Debug build requires /bigobj

In a VS 2015 project (x64) freshly exported from Projucer 5.4.1, include_juce_gui_basics.cpp doesn’t compile anymore. The error message suggests /bigobj be set, since the limits of an object file are exceeded.

Doesn’t happen with a Release build, only Debug is affected.

Is this common? I haven’t seen this before, even with this version of Juce. I don’t usually debug under Windows, so I might have missed it.

Rail

Ah thanks. The search function didn’t bring this post up.