vc++ compile error RC : fatal error RC1107: invalid usage; use RC /? for

前端 未结 7 1449
北海茫月
北海茫月 2021-02-06 02:11

I am getting following error while building my vc++ project (Using visual studio 2010)

RC : fatal error RC1107: invalid usage; use RC /? for

I know there is som

7条回答
  •  清歌不尽
    2021-02-06 02:29

    I got this when upgrading from VS2008 to VS2010. None of the suggested solutions worked for me.
    What worked for me was deleting all the files in the configuration build folder (e.g. Release) and rebuilding the solution.

提交回复
热议问题