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

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

    Solution: Add a slash to the last include path will do the trick. If your last include path already contain a slash at the end, delete it will also work.

提交回复
热议问题