Hi, I am brand new here! Just downloaded JUCE (Windows zip file). Unpacked it to C:\Juce. Opened by clicking on JUCE.exe.
Followed the recommendation in the Getting Started doc to choose a GUI project. The new project opens.
Then I want to Press “Create Project”. When I select an empty folder to store the project I get: JUCE Path, The path to your JUCE foleder is incorrect.
When I press “Set Path” I get a form with a.o. Path to JUCE: C:\JUCE
This is where my JUCE install is, but apparently that is not what is meant by the JUCE folder ???
You need to also set the Juce modules path (which would be something like C:/JUCE/modules in your case), and if you already created a project with the wrong Juce paths set, you may need to fix that in the new project or create a new project where the global paths have been set correctly.
Thanks. I managed to solve it. The install was in my home directory, as suggested in the docs. Something like: C:\Users\name\JUCE while the pre-filled value in the form was C:\JUCE. That is not what I understand to be my home directory. That is the root directory!