JUCE 6: why is a new default plugin project requiring "juce::" in front of everything?

Hi. I faced the same issue a few months back - tbh, it didn’t take that long to go through all the header files and sort it out - you don’t need it in the .cpp as the compiler will have resolved the reference by then. Typing juce:: is now as natural as typing std::