Login Page - Create Account

Support Board


Date/Time: Mon, 21 Apr 2025 18:40:11 +0000



Post From: How to Use Visual Studio 2022 Community to Develop Custom Studies for Sierra Chart

[2025-02-23 14:08:24]
stinky - Posts: 7
Thanks a lot! This in an amazing guide and worked flawlessly.

I suggest adding one more item to it - include the headers to the compiler:

Go Properties -> VC++ Directories -> Include Directories
Add "C:\SierraChart\ACS_Source"
In the end it'll look like this: C:\SierraChart\ACS_Source;$(IncludePath)

Do for both Debug and Release.