I created a empty project in vs2012, and simply coded like this.
----
int main()
{
return 0;
}
----
Then bluid fails with "error MSB4057: The target "_Link" does not exit in the project."
So I reinstalled(repaired) vs2012 and .net framework, but nothing was changed.
I can't figure out why!! Please help.