Make sure that you have pre-compiled headers set to Generate and Use in the project options. See the following screenshot.
Builder 10.4 With TwineCompile5.3.2 about PreHeader Error
-
- Posts: 7
- Joined: Sat Jun 29, 2024 1:11 am
Re: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error
Hello, the preheader settings for the project are configured as shown in the photo you sent, but the preheader is still not compiling and the same error is occurring. I hope the issue can be resolved quickly.
- Attachments
-
- PreHeaderSetting.JPG
- (75.81 KiB) Not downloaded yet
Re: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error
Please send your .cbproj file to support@jomitech.com - something is configured so that the project is not treating the PCH file as a PCH file.
Jon
Re: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error
Thanks for sending the .cbproj file over. It looks like both ERROR_DEF.H and VS_FMX4_PCH1.h have been set as PCH files in the project. Based on the other settings, it looks like only VS_FMX4_PCH1.h should be. Remove ERROR_DEF.H from the project, so it is no longer treated as a PCH file, and everything should work correctly.
Jon