Home > Software engineering >  Help: VS2017 use DEBUGx64 cannot compile any program
Help: VS2017 use DEBUGx64 cannot compile any program

Time:11-20

WIN10 system, VS2017
Can use DEBUGx86 compiler, but using DEBUGx64 complains


The most simple program cannot be compiled, ask everybody to help!

CodePudding user response:

It has been a VS2017 now? This error message,,, see you feel you have a SDK installation problem?

CodePudding user response:

Can not find all files you have a problem set your SDK installation has no problem

CodePudding user response:

Whether or not installed the x64 compiler,

CodePudding user response:

reference oyljerry reply: 3/f
whether installed the x64 compiler,


What do you think the installation x64 compiler

CodePudding user response:

refer to the second floor SWWLLX response:
can't get at the end of the file you have a problem set your SDK installation matter whether

How do you see this to?

CodePudding user response:

You need to put the # include command in stdafx. J h, and inside (stdafx. H) add using compilation instructions

CodePudding user response:

You need to put the # include command in stdafx. J h, and inside (stdafx. H) add using compilation instructions

CodePudding user response:

Look at the project - & gt; Property - & gt; Vc + + directories - & gt; The inside of the library file path is $(VC_LibraryPath_x64) or $(VC_LibraryPath_x86)? Must be a $(VC_LibraryPath_x64)

CodePudding user response:

Generating - "configuration manager

CodePudding user response:

Combined with related. H, not try to an absolute path
  • Related