Thread.hx error

Hi!, so I have this error with haxe and Visual Studio Code:
[ERROR] C:\HaxeToolkit\haxe\std/sys/thread/Thread.hx:26: characters 8-52
26 | #error “This class is not available on this target”
i dont know what to do, I tried to reinstall haxe but that doesn’t fixed it
anyone can help me please?? (i’m a noob with libraries)

What target (Compiler Targets - Haxe - The Cross-platform Toolkit) did you point in your .hxml file? sys.thread.Thread (sys.thread.Thread - Haxe 4.3.6 API) is available on cs, cpp, macro, hl, neko, java, python targets.

Well I fixed it very easy, i’m just dumb
anyway thank you!