I am sorry, I shouldn’t have replied in only one sentence and assumed that what I proposed would work for you automatically.
Here are the steps I followed to build Projucer in 32-bit:
-
Open
extras\Projucer\Builds\VisualStudio2013\Projucer.sln -
Open the
Configuration Managerdialog

-
Add a new platform to the solution

-
Select
Win32as the new platform

-
Close the
Configuration Manager -
At that point the configuration is
DebugWin32

-
Build

I get 55 identical warnings (warning C4512: 'juce::ScopedTimeMeasurement' : assignment operator could not be generated), but it does compile.
I am using this exact version of Visual Studio 2013:
I hope this helps you.

