In my program, I aliased `this` within a class to an object reference of the class. This listed in the "Problems". It is line 32 in [this file](https://github.com/LiamM32/OE-2D/blob/new-renderer/source/renderer.d). It appears to have prevented any symbols defined outside the DUB package from being recognized, as everything started working after this line was removed.