How to debug RubberBand in Visual Studio

I am using the RubberBand library in Visual Studio and release mode runs fine, but when I try to compile in debug mode I get linking errors about the debug level.

LNK2038	mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in include_juce_audio_plugin_client_Standalone.obj

LNK2038	mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in include_juce_audio_plugin_client_Standalone.obj		


Does anyone have any experience with this?
Thanks