project typically don't load for a couple reasons
1) the required visual studio workload is not installed
2) syntax error in project file
3) project file is too old a version for the current visual studio version
4) the solution file and project file are out of sync
after opening the solution, right click on the project and select load, it should report the error.
the first step is to get the project to load. open the project directly with visual studio, not thru the solution. fix any errors.
once this works, reopen the solution. if the project still won't load try:
remove project from solution and close solution
reopen solution
re-add the project to the solution
update project dependencies