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
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.