classes not found from HaxeToolkit.
-
I have an error where the editor cant find two different things, that are not even from my code. I tried running an empty project, freshly made and the error persists.!
Photo of the error it shows me.
-
Man that must be annoying, would it be possible to have a look at your code? I have a feeling it might be an issue with the Haxe server in VSCode.
-
i checked the link, it took some prep, but here is te downoad. ( it is literallt just the default Tutorial game from the main HaxeFlixel page.
https://mega.nz/file/Xxw0gALY#HKrDtHfbpu8UC1q5DAYSSCxdG1wBHv8_j4KQgjKFHnc
-
Ha, I was expecting a screenshot of the file but this is fine. I've installed Haxe with lix so it'll take me a few minutes to set your project up to run it locally.
Out of curiosity do you have a lime setup in your vscode settings json file?
{ "haxe.diagnosticsPathFilter": "${workspaceRoot}/source", "search.exclude": { "export/**/*.hx": true }, "lime.defaultBuildConfiguration": "Debug", "lime.defaultTarget": "HTML5" }
-
Okay, I got the game runnnig. Ignore everything I said before, you have to be using Haxe version 4.1.5 for it to work.
-
thank you a lot. you are a lifesaver, not just to me, but to multiple users of this program. Thank you a lot.
-
You're welcome. I'm glad I could help out 😊