OUTDATED TUTORIAL

I’m new to JUCE reading the tutorials I can’t find the JUCE DemoRunner mentioned
in JUCE: Tutorial: Create a basic Audio/MIDI plugin, Part 2: Coding your plug-in
above summary in Exercise tab

Take a look in examples/DemoRunner. You can build it using the project files in examples/DemoRunner/Builds.

Oh now I founnd It I was looking in the Projucer load examples but It is in the Juce folder thanks!

Also this project and another example have problems with the build tools 143v they are labeled with visual studio 2022 but open with visual studio 2019 and therefore the problem with the 143v build tools. I have to manually load the solution with visual studio 2022. I’m not a seasoned developer so I don’t know how to change the project configuration for it to open with visual studio 2022

If you right-click on a solution (.sln) file and select “Properties…”, then under “Opens with:” you can click the “Change…” button. Select “Microsoft Visual Studio Version Selector” and click “OK” in the window that appears. Now, double-clicking a .sln file will open using the VS version that corresponds to the .sln version.