I need to run a code generator before starting compilation\execution of my code in Visual Studio 2015.
Is there any way to add a script that will run my .bat.py file when I click "Start Local Debugger"?
I use UnrealEngine 4 and in my project there already are some .cs
files that use precompilation scripts, but these scripts are not fired if the project is already up-to-date.
Any solutions?