Hi everyone,
I’m having a recurring issue when using Git with my JUCE project. I create my project using Projucer and commit everything (source folder) to Git. However, when I pull the project to another location or reopen it after closing, and try to open it in Visual Studio, it seems like it forgets the Projucer configuration — especially the JUCE module paths and exporter settings.
I have to reopen the .jucer file with Projucer and re-save everything again to make it work. Is there a proper way to manage JUCE projects with Git so that it remembers all settings and I don’t have to keep re-linking it manually?