Hi all,
After a adding a new function to our custom scripts that successfully compiled we're seeing in error in our custom process compilation. The custom process compilation has a pre-script for generating that references a function in our custom script library. This has worked for quite a while with no issues. The error is Error 'CCC_Function' is not declared. It may be inaccessible due to its protection level. The function is public.
Any suggestions on how to fix or debug? I've looked at the compilation log, and that's where I see this error. I can also see in the compiled process file that the function isn't there, but I do see that it inherits DynScripts.Scripts, which is where the function should be.