I’m trying to learn the basics of JUCE/C++ from the tutorials like this one:
https://docs.juce.com/master/tutorial_sine_synth.html
I’ve got it open in Visual Studio and I’m going through to learn. But how do I actually get the program to run a test version from Visual Studio?
If I try “building” or “compiling” it just says:
“1>------ Build started: Project: SineSynthTutorial_App, Configuration: Release x64 ------
1>Main.cpp
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========”
But I don’t have an application to run and test.
What am I missing?
Thanks.
