I selected MachineX64 in the "Target Machine" of the property page of a C++ DLL project and then built it. I got the error "fatal error LNK1112: module machine type 'x86' conflicts with target machine type 'x64'". Why? In the "Platform" option, I chose 'Win32'.
My IDE is Visual Studio 2019 / Windows 10.
