For me in VS2022, while I was loading SQL Server Database project it was showing "Incompatible" project and was providing below error:
Issue: It was because I have installed both "SQL Server Data Tools" and "SQL Server Data Tools - SDK Style", you need to install any one of them and it will resolved error.
I uninstalled "SQL Server Data Tools - SDK Style" and it resolved error and project loaded successfully.