HaxeFlixel / flixel

Free, cross-platform 2D game engine powered by Haxe and OpenFL
https://haxeflixel.com/
MIT License
1.93k stars 427 forks source link

What is "HXCPP_VARS"? #3143

Open Alltoupload opened 1 month ago

Alltoupload commented 1 month ago

I ran lime test windows


Observed behavior:

Warning: Could not find Visual Studio VsDevCmd
Missing HXCPP_VARS
Error: Could not automatically setup MSVC

Expected behavior: Compiles it with no problem

ACrazyTown commented 1 month ago

I'm pretty sure this pops up if you haven't set up the Visual Studio compiler properly, did you run haxelib run lime setup windows? Have you installed MSVC and the Windows SDK?