We have a vertical C/AL extension consisting of a few hundred objects. We have converted them all to AL using the PowerShell scripts and Text2AL.exe. In any given object file in VSCode, there may be multiple "Object x is missing" messages because no objects have been successfully compiled--because all objects contain similar mutually referential messages.
What is the method for resolving these missing object messages so that we can reach a point where we can otherwise debug, compile, and publish?
Thanks,