0

I am trying to use qqwing.h, qqwing.cpp and config.h files in my project to create a sudoku game and I am getting below error.

Error image

I tried a lot of solutions by changing and setting different values in my project but nothing has solved my issue.

Please help!

Indrajeet
  • 5,490
  • 2
  • 28
  • 43
  • Files in which I am importing qqwing.h have .mm extension. –  Nov 04 '14 at 11:21
  • Are you *certain* the file being compiled when that error occurs is a C++ or Objective-C++ source file? – trojanfoe Nov 04 '14 at 11:37
  • http://stackoverflow.com/q/10925539/1938163 – Marco A. Nov 04 '14 at 12:33
  • Thanks for reply, actually the issue was not for the compiler, it was because one of my required file was having .m extension instead it should be .mm. –  Nov 06 '14 at 04:03

0 Answers0