Can I schedule a build within the Visual Studio IDE?

I want to build 2 solutions, both take several hours and they are opened in different instances of “Visual Studio” (2022).

I would like the second build to start within four hours (I know the first build takes one-two hours), by that time I’ve left to go home.

I need both builds to be executed in Visual Studio IDE as I need the content of both error list and output windows, so I can’t use Windows task scheduler.

Is such a task scheduler tool available in the Visual Studio? Does it exist as a plugin? Does it exist as an extension?