LNK1158 cannot run 'rc.exe'
up vote
0
down vote
favorite
I installed Qt Creator with mingw and msvc2015 binaries.
To have the compiler fpr msvc2015 I installed VS 2017 community inkluding support for msvc2015.
However when I try to compile in Qt Creator I get the error
LNK1158 cannot run 'rc.exe'
What went wrong in the installation? Which files do I need to reinstal to fix this?
The PATH in QtCreator contains the folder
C:Program Files (x86)Microsoft Visual Studio 14.0VCBINamd64_x86;
C:Program Files (x86)Microsoft Visual Studio 14.0VCBINamd64;
C:Program Files (x86)Windows Kits10binx64;
C:Program Files (x86)Windows Kits10binx86;
But the rc.exe is only in
C:Program Files (x86)Windows Kits10bin10.0.16299.0x64
C:Program Files (x86)Windows Kits10bin10.0.16299.0x86
C:Program Files (x86)Windows Kits10bin10.0.17134.0...
c++ visual-c++ linker
add a comment |
up vote
0
down vote
favorite
I installed Qt Creator with mingw and msvc2015 binaries.
To have the compiler fpr msvc2015 I installed VS 2017 community inkluding support for msvc2015.
However when I try to compile in Qt Creator I get the error
LNK1158 cannot run 'rc.exe'
What went wrong in the installation? Which files do I need to reinstal to fix this?
The PATH in QtCreator contains the folder
C:Program Files (x86)Microsoft Visual Studio 14.0VCBINamd64_x86;
C:Program Files (x86)Microsoft Visual Studio 14.0VCBINamd64;
C:Program Files (x86)Windows Kits10binx64;
C:Program Files (x86)Windows Kits10binx86;
But the rc.exe is only in
C:Program Files (x86)Windows Kits10bin10.0.16299.0x64
C:Program Files (x86)Windows Kits10bin10.0.16299.0x86
C:Program Files (x86)Windows Kits10bin10.0.17134.0...
c++ visual-c++ linker
Maybe this question will be helpful
– Rhathin
Nov 9 at 13:03
There are too many rc.exe to copy under `C:Program Files (x86)Windows Kits`. Which is the correct one? I tried to solve it as in the answer. But it did not work.
– Matthias Pospiech
Nov 9 at 13:09
1
I addedC:Program Files (x86)Windows Kits10bin10.0.16299.0x86to the path in QtCreator and it works now.
– Matthias Pospiech
Nov 9 at 13:34
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I installed Qt Creator with mingw and msvc2015 binaries.
To have the compiler fpr msvc2015 I installed VS 2017 community inkluding support for msvc2015.
However when I try to compile in Qt Creator I get the error
LNK1158 cannot run 'rc.exe'
What went wrong in the installation? Which files do I need to reinstal to fix this?
The PATH in QtCreator contains the folder
C:Program Files (x86)Microsoft Visual Studio 14.0VCBINamd64_x86;
C:Program Files (x86)Microsoft Visual Studio 14.0VCBINamd64;
C:Program Files (x86)Windows Kits10binx64;
C:Program Files (x86)Windows Kits10binx86;
But the rc.exe is only in
C:Program Files (x86)Windows Kits10bin10.0.16299.0x64
C:Program Files (x86)Windows Kits10bin10.0.16299.0x86
C:Program Files (x86)Windows Kits10bin10.0.17134.0...
c++ visual-c++ linker
I installed Qt Creator with mingw and msvc2015 binaries.
To have the compiler fpr msvc2015 I installed VS 2017 community inkluding support for msvc2015.
However when I try to compile in Qt Creator I get the error
LNK1158 cannot run 'rc.exe'
What went wrong in the installation? Which files do I need to reinstal to fix this?
The PATH in QtCreator contains the folder
C:Program Files (x86)Microsoft Visual Studio 14.0VCBINamd64_x86;
C:Program Files (x86)Microsoft Visual Studio 14.0VCBINamd64;
C:Program Files (x86)Windows Kits10binx64;
C:Program Files (x86)Windows Kits10binx86;
But the rc.exe is only in
C:Program Files (x86)Windows Kits10bin10.0.16299.0x64
C:Program Files (x86)Windows Kits10bin10.0.16299.0x86
C:Program Files (x86)Windows Kits10bin10.0.17134.0...
c++ visual-c++ linker
c++ visual-c++ linker
edited Nov 9 at 13:30
asked Nov 9 at 12:47
Matthias Pospiech
1,246113549
1,246113549
Maybe this question will be helpful
– Rhathin
Nov 9 at 13:03
There are too many rc.exe to copy under `C:Program Files (x86)Windows Kits`. Which is the correct one? I tried to solve it as in the answer. But it did not work.
– Matthias Pospiech
Nov 9 at 13:09
1
I addedC:Program Files (x86)Windows Kits10bin10.0.16299.0x86to the path in QtCreator and it works now.
– Matthias Pospiech
Nov 9 at 13:34
add a comment |
Maybe this question will be helpful
– Rhathin
Nov 9 at 13:03
There are too many rc.exe to copy under `C:Program Files (x86)Windows Kits`. Which is the correct one? I tried to solve it as in the answer. But it did not work.
– Matthias Pospiech
Nov 9 at 13:09
1
I addedC:Program Files (x86)Windows Kits10bin10.0.16299.0x86to the path in QtCreator and it works now.
– Matthias Pospiech
Nov 9 at 13:34
Maybe this question will be helpful
– Rhathin
Nov 9 at 13:03
Maybe this question will be helpful
– Rhathin
Nov 9 at 13:03
There are too many rc.exe to copy under `C:Program Files (x86)Windows Kits`. Which is the correct one? I tried to solve it as in the answer. But it did not work.
– Matthias Pospiech
Nov 9 at 13:09
There are too many rc.exe to copy under `C:Program Files (x86)Windows Kits`. Which is the correct one? I tried to solve it as in the answer. But it did not work.
– Matthias Pospiech
Nov 9 at 13:09
1
1
I added
C:Program Files (x86)Windows Kits10bin10.0.16299.0x86 to the path in QtCreator and it works now.– Matthias Pospiech
Nov 9 at 13:34
I added
C:Program Files (x86)Windows Kits10bin10.0.16299.0x86 to the path in QtCreator and it works now.– Matthias Pospiech
Nov 9 at 13:34
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53225990%2flnk1158-cannot-run-rc-exe%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Maybe this question will be helpful
– Rhathin
Nov 9 at 13:03
There are too many rc.exe to copy under `C:Program Files (x86)Windows Kits`. Which is the correct one? I tried to solve it as in the answer. But it did not work.
– Matthias Pospiech
Nov 9 at 13:09
1
I added
C:Program Files (x86)Windows Kits10bin10.0.16299.0x86to the path in QtCreator and it works now.– Matthias Pospiech
Nov 9 at 13:34