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

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

    I had a similar problem. I solved it removing the trailing backslash from the last path in Include Directories (from Project Properties | Configuration Properties | VC++ Directories).

提交回复
热议问题