Login Page - Create Account

Support Board


Date/Time: Sun, 12 May 2024 05:07:23 +0000



Post From: Error when compiling

[2019-06-11 18:42:37]
grantx - Posts: 244
I am trying to call this function from my code:

CalculateDailyOHLC();

But I am getting this error message during the compile:

The remote build did not succeed. Result:
Grant_Studies.cpp:3:30: fatal error: scstudyfunctions.h: No such file or directory
#include "scstudyfunctions.h" ^
compilation terminated.

I have included the following in the header:
#include "scstudyfunctions.h"

The file does exist. I have checked.

Why is it failing?