[ JUCE0] [VS2013] [internal error in compiler]

Hello!
I have a problem configurating JUCE. I have a project to do at university, a plugin to be exact. When i press ‘build solution’ it shows these errors shown in the picture. What can i do to make it work ? Thanks :slight_smile:Untitled

Are you trying to build the Projucer or your own plugin?

I’ve pushed a fix for this to the develop branch - for some reason VS2013 was failing to understand the initialiser list returned at the end of the getAllTypes() method.

The Projucer

If you update to the tip of the develop branch, this has been fixed.