Error when compiling JUCE 4.2 in mac

Hi,

I have updated JUCE SDK to 4.2, but when compiling in MAC, I get the following kind of error:

SDKs/Juce/4.2/modules/juce_audio_basics/juce_audio_basics.h:54:10: ‘juce_core/juce_core.h’ file not found with include; use “quotes” instead

Can you please help?

Thank you

Nathaniel

sounds like your include statement used single quotes, instead of double quotes?

No I did not report it right, the message was

SDKs/Juce/4.2/modules/juce_audio_basics/juce_audio_basics.h:54:10: ‘juce_core/juce_core.h’ file not found with < angled > include; use “quotes” instead

I finally added path to the modules in “Header Search Paths” in the project settings, and it seems to make it

Thanks