Error:






Debugging information for "project.exe" cannot be found or does not match. Binary was not built with debug information.
Method:
1、Find the left column “test”.
2、Right click "test"-> “Properties”。
3、“C/C++”->"General"->Change "Debug Information Format" to "Program Database For Edit And Continue (/ZI)" .
4、“C/C++”->"Optimization"-> Change "Optimization" to "Disabled (/Od)" .
5、“Linker”->"Debugging"-> Change "Generate Debug Info" to "Yes(/DEBUG)".
6、Start Debugging(F5).