徐海生
徐海生

Reputation: 13

Cannot build any c++ project in vs2012. error LNK1327: rc.exe

Have tried many ways online but failed finally.Like below:

#include "stdafx.h"

int _tmain(int argc, _TCHAR* argv[])
{
    return 0;
}

It said:The rc.exe has stopped; error LNK1327: rc.exe

Upvotes: 0

Views: 519

Answers (1)

Frank Zhang
Frank Zhang

Reputation: 509

Have you tried to reinstall vs? Although it is time consuming, it should be working in most of the cases.

Upvotes: 1

Related Questions