Module recognized / found on windows but not mac

Why would a module be recognized on windows but not mac?

here’s the code: https://gitlab.com/Hickler/elanjucehelpers

you can take a look at the .h file.

solved it by deleting the module from the juce project and re-adding it, forcing me to try some other folder locations, the folder with the .h file. That shouldn’t be a requirement though… it should be found on the parent git folder.

What do the module paths look like for each platform in the Projucer? If the module is set to use the global modules path then you’ll need to set it correctly for both OSes by opening the Projucer->Global Paths... window and then adding the correct path to the “User Modules” section for both macOS and Windows using the drop-down at the top.