Does it matter what type of project(s) are in the solution? In other words if you create a console app as the only project in the solution and try to open it does it fail?
Without any additional information I'm going to guess the solution previously had a project with some sort of UX open in the designer (e.g. winforms, web forms, WPF, etc). Because everything loads async now the designer is trying to load before everything is initialized.
If you can provide repro steps that would be useful.
At any rate I suspect you need to report the issue to the VS team by using the Report a Problem Feature in the top-right corner of Visual Studio.