Syntax errrors in standalone with Visual Studio 2022

Hi, I’m totaly newbie in JUCE and C++.
I tried to build a standalone base project without changing the code generated by Projucer, but some syntax errors occurs:

I’m using JUCE v7.0.11 and Visual Studio 2022 as IDE.

Someone can help me, please? :>

Looks like you may have supplied a string in the wrong format for the preferred channel configurations. In new projects it’s best to avoid the preferred channel configurations option completely, and to use the new buses API instead.

Yes, you’re right, the format string of the preferred channel configurations were wrong! THANK YOU! :smiley: I solved the problem just correcting that string!
Anyway, can you explain me what do you mean with “use the new buses API instead.” ? and how to do it?
Thank you!

Sorry for the late reply, things have been a bit hectic here recently.

You might find this tutorial provides some helpful info about plugin bus layouts:

https://docs.juce.com/master/tutorial_audio_bus_layouts.html