ApplicationMain.hx:321: characters 48-52

PS D:\psych2\hxCodec-main> lime test windows
Type not found : art.Version
ERROR export/release/windows/haxe/ApplicationMain.hx:321: characters 48-52

321 | @:keep @:dox(hide) class DocumentClass extends Main {}
| ^^^^
| Type not found : Main

i cant seem to figure this error code out for FNF im kind of brand new to code so if you dont mind and spare me the intelligent words lol

Hey, DrPlague…
If you’re brand new to code you will do well to start with basics and learn compiling and such. Once you are confident with that, you may find better answers amongst the FNF community who are likely using the same libraries you are trying to use. I use Haxe lots but the information you provided isn’t enough for me to give guidance other than Haxe can’t find your library. Perhaps the imports on your code page are wrong, or you’re missing a lib in the hxml file.

Looks like there’s a good list of FNF resources here. and there’s a lot of videos on YouTube. Good luck!