Problem with VS2015

jucedev\modules\juce_dsp\containers/juce_SIMDRegister.h(106): warning C4166: illegal calling convention for constructor/destructor

VS2015, 32bit

JUCE_VECTOR_CALLTYPE is __vectorcall

Have you set the compiler to use C++14 in the Projucer project?

The dsp module requires at least C++14.

This is a known issue: