I\'m trying to mix Objective-C with C++. When I compile the code, I get several errors.
A.h
#import #include \"B.h\" @interfac
Never mind, I feel stupid. All you have to do is rename AView.m to AView.mm so the compiler knows it's Objective-C++, and it compiles without a problem.