[Visual Studio] fatal error LNK1158: cannot run 'rc.exe' / fatal error LNK1158: cannot run 'mt.exe'

비주얼 스튜디오 2015에서 빌드중 생긴 오류이다.

C:\Program Files (x86)\Windows Kits\8.1\bin\x86 에 있는 rc.exe, rcdll.dll, mt.exe를
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin 에 복사한 후 다시 빌드하면 해결된다.

댓글