Can't export VST3 plugin on folder (double \\)

Hi,

I’m building a plugin in debug mode, created by Projucer.
I’ve enabled Copy step:

But when it start to copy, I got this error:

Error	MSB3073	The command "copy /Y "C:\repos\JUCE\ExampleJuce\Builds\VisualStudio2022\x64\Debug\VST3\\ExampleJuce.dll" "C:\repos\JUCE\ExampleJuce\Builds\VisualStudio2022\x64\Debug\VST3\\ExampleJuce.vst3\Contents\x86_64-win\ExampleJuce.vst3

It seems there are a double slash \ after VST3? Why this? Should I configure somethings more? The path seems correct, without any further folder in the middle…

I’m on Windows, Visual Studio 2022.

Self-resolved: just need to open Visual Studio 2022 as admin, so it can create folders. Thanks anyway!