Whenever i am trying to build my project it gives Error MSB3073 Visual Studio 2017 (c++)

awais rafique 1 Reputation point
2021-06-26T12:32:18.147+00:00

I am trying to build my project but getting this error

1> 1>LINK : fatal error LNK1175: failed to rebase 'C:\dev\git\intern_codebase\standards\product\mapeditor\src\x64\Woodstock Release DBG\Mapper.exe'; error 487 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.Cpp.Redirect.targets(65,5): error MSB3073: The command "EDITBIN /REBASE:BASE=0x400000 "C:\dev\git\intern_codebase\standards\product\mapeditor\src\x64\Woodstock Release DBG\Mapper.exe" 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.Cpp.Redirect.targets(65,5): error MSB3073: 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.Cpp.Redirect.targets(65,5): error MSB3073: :VCEnd" exited with code 1175. 1>Done building project "Mapper.vcxproj" -- FAILED. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,912 questions
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
43,326 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Guido Franzke 2,191 Reputation points
    2021-06-28T06:24:35.49+00:00

    Hello,
    have a look at these solutions:
    https://stackoverflow.com/questions/19914339/error-msb3073-how-do-i-fix-this
    Regards, Guido

    0 comments No comments

  2. Anna Xiu-MSFT 30,966 Reputation points Microsoft External Staff
    2021-06-28T08:54:26.023+00:00

    Hi @awaisrafique -1500,

    Welcome to Microsoft Q&A!

    In addition to the reply from Guido, you can also try to update your Visual Studio to the latest version and try again.

    Sincerely,
    Anna

    • If the answer is helpful, please click "Accept Answer" and upvote it.
      Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.