Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.11 KB

compiler-warning-level-1-c4656.md

File metadata and controls

27 lines (18 loc) · 1.11 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 1) C4656
Compiler Warning (level 1) C4656
11/04/2016
C4656
C4656
b5aaef74-2320-4345-a6ae-b813881a491c

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.