Projucer won't build on VS2015 as Debug-x64 under latest 'develop'

It seems this commit:

broke Projucer Debug builds under VS2015.
Release would build fine.

To resolve this without changing the code I had to add /bigobj to the linker flags.
(it’s mostly related to debug symbols iiuc).

Thanks, I’ll get that fixed.

I have the same issue.

Where do I have to specify the /bigobj in the Projucer? I added it at the extra linker flags but it’s not recognized as a linker flag and VS ignores it.

According to this we have to add it here:
Configuration Properties > C/C++ > Command Line > Additional Options

Put /bigobj in ‘Extra Compiler Flags’.

2 Likes