Will there be an update which will add Visual Studio 2026 as some tool sets are outdated?
There is already a VS2026 exporter in the Projucer added here Projucer: Add Visual Studio 2026 exporter · juce-framework/JUCE@d1eb77b · GitHub
Is that what you are looking for?
I’m unable to reproduce this behaviour locally.
Please make sure that you’ve carried out the following steps and check whether the problem persists:
- Obtain a copy of the JUCE repository on the develop branch, e.g. by cloning from github.
- Build the Projucer using the project files in
extras/Projucer/Builds. - Run this copy of the Projucer and open your .jucer file.
- Check that the list of “Exporters” on the left side of the window includes an entry for Visual Studio 2026. If it does not, add it by clicking the “+” button at the bottom of the list. Copy any relevant settings from the “Visual Studio 2022” exporter.
- Save the project in the Projucer, and open the generated VS2026 project. You can do this in one step by selecting “Visual Studio 2026” from the “selected exporter” combo box at the top of the Projucer window, then clicking the “Save and Open in IDE” button next to the combo box.
sure i’ll give that a try, thank you

