Well it’s just causing more missing files at this point. Try putting a break-point durning the turn build process (in visual studio F9) and then try stepping through the code (F10) to see where the errors are occurring
You can disable code optimizations with this:
It will help you evaluate the contents of TArrays while the code is running (usually optimizations will obstruct the code)