Newb - has PluginProcessor.cpp gone in JUCE 7, compared to JUCE 6?

I was exploring JUCE 6 a couple of years ago for a little while, and now I am coming back and installed JUCE 7.

There were four key files to a project in JUCE 6:
image

Has this changed? I now only see a Main.cpp and one .h file. What are the new relationships ?
Or, am I getting this wrong, and nothing has changed.

you can implement members inline: https://forum.juce.com/t/examples-why-is-implementation-code-in-header-files/35043/8?u=gekoen

Discussion of header only c++ on reddit

I think you accidentally created a Gui Application instead of a Basic Plugin…

1 Like

ah yes, thanks … bit rusty here :s