Support Board
Date/Time: Sat, 01 Feb 2025 18:00:03 +0000
Post From: Build error with SC compiler not with Visual Studio
[2019-07-25 17:32:26] |
User470516 - Posts: 78 |
Dear SC team, I have developped an ACSIL study and a "functions.cpp" code that contains my own functions code, I have created the associated header file ($functions.h") which is properly included where it should. When I compile my study with Visual Studio 2019, compilation works and my study works. However when I try to do the same with the remote build provided by SC, I get the following error: The remote build did not succeed. Result: $functions.cpp:2:24: fatal error: $functions.h: No such file or directory #include "$functions.h" Could you please tell me what I could be doing wrong? The header file is where it should in the ACS_Source folder. Thank you, Laurent |