I am using Visual Studio 2022. I would like to build a project using BJFX. It is my first BGFX project but I have some issues in the first stage.
I have this error message in the console #error "BX_CONFIG_DEBUG must be defined in build script!".
What is the build script? How can I define this so call BX_CONFIG_DEBUG script or whatever that is? To be fair, I don't even understang the issue, except that something isn't properly defined.
Does anyone know the issue and how to fix it?
At first, I thought it was an issue occurring from the installation of Visual Studio. I tried re-installing Visual Studio but it didn't work. I have looked for a solution on many forums and Youtube but nothing worked for me.