Visual Studio - Debug Executable Specified in the Debug Profile does not Exist
For me, all I needed to do was modify the Project Properties (right click the project in the Solution Explorer --> Project Properties), then under the Application tab, select an appropriate Target Framework. It was unset for me by default.
Copy the "cli" folder and rename it to "cli_x64". This works for me.