Login Page - Create Account

Support Board


Date/Time: Thu, 21 Nov 2024 22:18:46 +0000



Error message : no such file or directory

View Count: 90

[2024-11-01 15:04:49]
User58776 - Posts: 18
I try to create a custom study, but I keep on getting this error message.
What am I doing wrong?


WilFracs.cpp:1:10: fatal error: sierrachart.h: No such file or directory
1 | #include <sierrachart.h> // Include Sierra Chart API header
[2024-11-01 15:09:51]
User431178 - Posts: 537
Drop the chevrons and replace with quotation marks, chevrons does not include the working directory (unless it is specified in compiler params).


#include "sierrachart.h"

[2024-11-01 16:03:15]
User58776 - Posts: 18
Thanks mate! Appreciate your help.

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

Login

Login Page - Create Account