Error while compile to HTML5 and Flash

I have a project made with openfl and starling.

This project was working fine some days ago , when I put the latest update it ran just fine but suddenly when ever I am trying to compile to html5 and flash its giving me error. I’m not sure if I had another update of something.

I’m not really sure where this error is coming from. Well I can see it is from lime but seems like no one else is posting about this issue.

This is the error I get when I try to compile to HTML5 -

C:/HaxeToolkit/haxe/lib/lime/5,7,1/lime/_backend/html5/HTML5HTTPRequest.hx:8: characters 7-29 : Type not found : js.html.XMLHttpRequest

And this is what I get when I try to complie it to Flash -

C:\HaxeToolkit\haxe\std/flash/system/IME.hx:4: characters 29-46 : Type not found : IMEConversionMode

What version of Haxe are you using?

It sounds like this issue: https://github.com/HaxeFoundation/haxe/issues/5577

What IDE do you use?

Try reinstalling Haxe, and it should fix the issue. Somehow this only happens sometimes on Haxe for Windows, in the older versions. It would be interesting to try and pinpoint this

I am using FlashDevelop in windows 10, Haxe 3.4.4.
I will reinstall haxe and try again , Thanks.