Hello,
I am facing a problem in including a C++ header file like vector, set etc. in a objective-c++ header.
Lets suppose, I am having 2 files: abc.h abc.mm
Now, when I try to include the C++ header in abc.mm file, no build error is coming. But when I try to include the C++ header in abc.h file, it is throwing build error. Build error is: Header not found.
How to resolve this error? Any suggestion will be helpful.
Thanks Asheesh