While I’m usually developing under macOS, I want to compile a project I’m working on under Windows. Creating a new project under Windows works,
however when saving the project I cloned from Git in the Projucer, I get the following error:
I’ve committed everything except for the Builds and JuceLibraryCode directories.
What could cause this error? My modules are properly set, otherwise the new project wouldn’t work, right?
After turning on “Use global path for this module” for every module, it worked.
It’s strange that this wasn’t the default behaviour. Thanks for your time!