What do these errors mean

I am trying to load a project, but get a string of errors as if JUCEcan not locate the basic core files, could anyone help, please?

It says ‘Lexical of Preprocessor Issue’


#include "AppConfig.h"
#include <juce_video/juce_video.mm>

#include "AppConfig.h"
#include <juce_core/juce_core.mm>

#include "AppConfig.h"
#include <juce_audio_basics/juce_audio_basics.mm>


#include "AppConfig.h"
#include <juce_opengl/juce_opengl.mm>

#include "AppConfig.h"
#include <juce_gui_extra/juce_gui_extra.mm>

#include "AppConfig.h"
#include <juce_audio_formats/juce_audio_formats.mm>

#include "AppConfig.h"
#include <juce_gui_basics/juce_gui_basics.mm>

How do I attach a screengrab here?

Properly setting the JUCE folder path in the Projucer is the fist things you should do.

IIRC, just drag’n’drop the file in your message/post.

Thanks for getting back to me,

This path?

So I changed the user path to the folder, it made no difference.

Yep, the paths to JUCE and JUCE’s modules then check that global paths are used for your project.

Use global path for beginning is IMHO the easiest approach.
Of course once you fully understand the stuff, all kind of configurations is possible.

Many thanks.

I think it worked, now I have other errors:)