Debug Target Is Missing?

  1. Make sure that output path of project is correct (Project > Properties > Build > Output path)

  2. Go in menu to Build > Configuration Manager, and check if your main/entry project has checked Build. If not, check it.

  3. Go to properties > Application , and select the output type of your project


I've had the same problem;

Here are solutions that didn't work for me:

  • Building/rebuilding entire solution
  • Making sure the output path was correct (MyProject > Properties > Build > Output > Output path)

Here's the solution that did work for me:

  • Rebuilding just the project