V5 Error message when trying to run a program

So I get this error message when I try to run any program, I was wondering if anyone has had this error and how do I fix it?

IMG_0394

Typically caused by an error in the code or trying to use a resource that doesn’t exist. For example, trying to use Brain.ThreeWirePort in main will probably not work because it is instantiated in another file whose global constructors run after those in main.cpp.

if none of that makes sense, attach a zip file of the project to this topic.

3 Likes