Page 2 of 2

Re: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error

Posted: Tue Jul 02, 2024 9:03 pm
by jomitech
Make sure that you have pre-compiled headers set to Generate and Use in the project options. See the following screenshot.

Screenshot 2024-07-02 220151.png
(139.72 KiB) Not downloaded yet

Re: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error

Posted: Fri Jul 26, 2024 7:46 pm
by rjsgml3736
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.

Re: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error

Posted: Sat Jul 27, 2024 10:30 am
by jomitech
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.

Re: Builder 10.4 With TwineCompile5.3.2 about PreHeader Error

Posted: Mon Jul 29, 2024 8:48 am
by jomitech
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.