We have a solution of 600+ projects, and the lead doesn*t allow to set project dependencies (because this can increase the recompile time of the single project)
I noticed that Visual Studio 2022 builds the projects in the backward order as they are listed in the solution
E.g., we can make the project to be built earlier placing it to the end of the solution
Probably this would help to someone :-)