How to Generate C++ Visual Studio Project Files under Linux

Hello, I am trying to use a framework for UE4, I have built Unreal Engine 4.25 from the Source Code and the setup of the framework requires me to use the “Generate Visual Studio Project Files” option for some of it’s C++ code and to generate its .sln file.

However i’m using ArchLinux, not Windows 10, Is there some alternative to generate C++ Project Files under Linux?

/GenerateProjectFiles.sh -Game .uproject

This does nothing to Generate the Visual Studio Project Files on Linux!
I’ve done this many times even with the -vscode parameter

Any update on this?