Ask Your Question

Revision history [back]

module machine type 'x64' conflicts with target machine type 'x86'

I"m using VS 2017 community. C++ compiler. I'm on a 64bit Windows 10 Pro laptop.

I'm getting the error "module machine type 'x64' conflicts with target machine type 'x86'".

I've gone into Project/Linker/Advanced and set the machine back and forth from X86 to x64, and I still get the same error when trying to build.

I've already given it the directories for external libraries. This is my only remaining error (well, at least until I fix this one).

Any ideas?