Edit and Continue not supported on 64-bit target machine

When trying to edit some code during debug, I received the following dialog of Visual Studio:

EditContinue64_2

It appears that the edit and continue feature is not supported when the target is a 64-bit application. On this page you find a nice overview of the scenarios where the edit and continue features are not supported. To resolve the problem, you have to set the target to x86, which can be found in the project properties.

BuildSettingsPlatform_2