JuceHeader.h

I’m in the process of updated a large project to use CMake instead of the Projucer. First thing I’m stuck on is the creation of the JuceHeader.h file. I have the following set:

juce_generate_juce_header(${PROJECT_NAME})

yet my header file is never created? All I get in Xcode is a broken reference?

Screenshot 2021-09-09 at 10.58.52

Any ideas?

From another discussion on the forum :slight_smile:

Who would have thought I’d have to press build :rofl:

2 Likes