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

前端 未结 7 1446
北海茫月
北海茫月 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:22

    My solution for VS2010: click menu "Project","Properties" to open Property pages. click "Configuration properties", "general" to change Output Directory from "$(Configuration)\ \" to "$(Configuration)\" ,change interminably directory from "$(SolutionDir)$(Configuration)\ \" to "$(SolutionDir)$(Configuration)\".recompile and it's OK.

提交回复
热议问题