Compiler Warning (level 1) C4656

'symbol' : data type is new or has changed since the last build, or is defined differently elsewhere

You added or changed a data type, making it new to your source code since the last successful build. Edit and Continue does not support changes to existing data types.

This warning will always be followed by Fatal Error C1092. For further information, see the Supported Code Changes.

To remove this warning without ending the current debug session

  1. Change the data type back to its state prior to the error.

  2. From the Debug menu, choose Apply Code Changes.

To remove this error without changing your source code

  1. From the Debug menu, choose Stop Debugging.

  2. From the Build menu, choose Build.