Missing module compile time error in standalone plugins

juce_audio_plugin_client_Standalone.cpp has a helpful error message saying:

To compile AudioUnitv3 and/or Standalone plug-ins, you need to add the juce_audio_utils module!

Iiuc, the juce_audio_devices module is also needed, so should the error (and check) mention it too to save future devs the time discovering that as well?

Thanks! I’ll sort this out

1 Like

I’m getting this same message after enabling the standalone version option in the projucer.

You need to add the juce_audio_utils and juce_audio_devices modules from within the Projucer and then re-save your project.