Why can not launch the project?

follow the tutorial, I click the button near the top to launch me ide, Then it pops up the Saving Project popup, and then nothing else happens.
I use the visual studio 2022 as my exporter, can anyone tell me what this is about?

Have you installed Visual Studio 2022?

Yes, I have Visual Studio 2022 installed and I use it for C# related development and I have installed the desktop development extension for C++

Before I realized the click didn’t respond. When I click the same button, it is replaced by “Error Launch Rider” (I use Rider for Unity development, but I haven’t set it up in JUCE’s Exporter)
I’m guessing this is a previous uninstalled clean Rider causing JUCE to make a false judgment, so I uninstalled Rider completely… Since then, clicking the button again has not responded.

On my other computer, JUCE works perfectly (also using Visual Studio 2022), and I believe that this computer is now misconfigured on some environment (environment variable configuration?). or something else), but I can’t tell how JUCE recognizes my IDE and opens it, so I don’t know how to solve this problem.

If it doesn’t start on that PC, check for the standard Application for .sln (solution) files.
Once the exporter has created the project files, it will ask the OS to start the sln file with the appropriate Application that was configured in Windows.

First step: try manually double clicking the sln file in Builds/VisualStudio2022 (or whatever the exported build directory is called).
If that doesn’t work, connect the sln file type. Here is the Microsoft documentation:

I am sure Google will find explanations with more screenshots.

2 Likes

Thanks, I can open the .sln project on my own using this method.
Still can’t get it to start on Projucer using Expoters, but it means I’m able to run my project properly and write code, thank you.