JUCE 5 include paths

../../jcf_cranberry_juce/jcf_cranberry_juce.h:22:10: fatal error: 'juce_core/juce_core.h' file not found
#include <juce_core/juce_core.h>

I seem to have to manually add the folder containing the JUCE modules to the include path in the latest version of JUCE and I can’t figure out what’s changed. It used to work … I think :slight_smile:

Are your module paths correct in the Projucer?

Nope

Good point

Though doesn’t it normally complain when they are wrong…

Yes. It should warn you when you open a project or save, but it can only do this for paths on the machine you’re currently running on.