I got problems adding foleys_GUI to projucer project - i followed the install recommendations - JUCE is in C:\JUCE. I have downloaded (and also cloned the repository as well in case) 1.4.0, extracted the foleys module from the modules subfolder inside the repository and copied it to C:\JUCE\modules so now foleys_gui_magic.cpp, foleys_gui_magic.h and the rest of the module folders are in C:\JUCE\modules\foleys_gui_magic, i have added the module (and the two missing dependencies dsp and cryptography) in projucer but i keep getting “cannot find module in the specified path” - regardless if I use global path, relative path or hard coded path. The only two minor issues I can identify is that in foleys_gui_magic.h the version states 1.3.9 instead of 1.4.0 and that projucer cant figure out the module version
SOLVED by adding the foley module to an external folder (i created a folder C:\JUCEmodules) which was assigned as user modules path in projuce. It seems that it doesnt like adding third party modules to internal folder structure