Friday, June 6, 2014

Visual Studio 2010: No symbol loaded for this document


If visual studio 2010 shows the above issue, then go to project properties & try  following steps:

  1. Ensure Linker -> Debugging -> Generate program database file properties is set
  2. Ensure Linker -> Debugging -> Generate debug info is set
  3. C/C++ -> General ->  Debug information is set to Program Database for edit and continue (/ZI)