Login Page - Create Account

Support Board


Date/Time: Wed, 15 Apr 2026 11:17:49 +0000



[Programming Help] - Cache issue?

View Count: 112

[2026-02-27 19:28:06]
cmack1011 - Posts: 189
When I try to compile a new file name, the system fails to do so with the error below. I can compile old files without any issues and I can compile new code under the name of an old file name without issues, but I cannot compile any new file names -- Starting remote build of Custom Studies Source files: FAST_Inference_Engine_v1.cpp. 64-bit -- 12:54:58
Allow time for the server to compile the files and build the DLL.
Server: https://build.sierrachart.com
The remote build is complete.
The build failed.
FAST_Inference_Engine_v1.cpp:1:10: fatal error: SierraChart.h: No such file or directory
1 | #include "SierraChart.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
Failed to generate the dll file.
-- End of Build -- 12:54:59
[2026-02-28 08:34:52]
Sierra_Chart Engineering - Posts: 23509
Make this all lowercase:
#include "SierraChart.h"

#include "sierrachart.h"

Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, use the Teton service:
Sierra Chart Teton Futures Order Routing
Date Time Of Last Edit: 2026-02-28 08:35:10

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account