warning MSB8012 : make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile)

后端 未结 8 1849
忘掉有多难
忘掉有多难 2020-12-02 14:25

I am getting the following error when building my code.

C:\\Program Files (x86)\\MSBuild\\Microsoft.Cpp\\v4.0\\Microsoft.CppBuild.targets(990,5):

8条回答
  •  被撕碎了的回忆
    2020-12-02 15:06

    Goto Project->Properties->Configuration Properties -> Linker->General section

    Specify 'Output File' as $(OutDir)$(TargetName)$(TargetExt)

提交回复
热议问题