New .cpp not picking up .pch includes
New .cpp not picking up .pch includes
- Subject: New .cpp not picking up .pch includes
- From: "Greg Norz" <email@hidden>
- Date: Tue, 31 Jan 2006 15:05:07 -0600
- Thread-topic: New .cpp not picking up .pch includes
I recently added new .cpp file to my project. After moving some working
code into the new file, I started to get complaints about certain APIs
not being declared (WebKit in this particular case). My prefix file has
the requisite files included (<WebKit/CarbonUtils.h> and
<WebKit/HIWebView.h>), but they just will not be picked up by the
compiler. If I explicitly include these files in the offending .cpp
file, everything is fine. The file that this code moved from was
successfully relying on the prefix file for these incudes.
Any idea why the new .cpp file doesn't want to see the includes in the
prefix?
greg norz
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden