Pink Unicorns error invalid component ColdboxProxy

Trying to figure out ORM thought I would look at a sample project.

Hit a wall when I got the following error

Message | invalid component definition, can’t find component [coldbox.system.remote.ColdboxProxy] |

  • | - |
    Stacktrace | The Error Occurred in
    D:\Dev\Pink-Unicorns-Do-Exist\modules\cborm\models\EventHandler.cfc: line 19


    > 17:
    > 18: */
    > 19: component extends=“coldbox.system.remote.ColdboxProxy” implements=“CFIDE.orm.IEventHandler”{
    > 20:
    > 21: /**

    |

MySQL 8.0.15 Lucee 5.2.9

What’s the stack trace? is Coldbox installed?

that was exactly the issue, I ran update coldbox and it said there was nothing outdated, I just assumed it was already part of the project.