error LNK1112: module machine type 'x64' conflicts with target machine type 'X86' [duplicate]
问题 This question already has answers here : Closed 6 years ago . Possible Duplicate: linking problem: fatal error LNK1112: module machine type ‘x64’ conflicts with target machine type ‘X86’ I try to compile a project, let say Project_A, for x64 and receive an LNK1112 error like this .\x64\Debug\Project_B.obj : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86' Project_A depends on Project_B and uses its interfaces etc. My question is what of both projects is