When I create a new project with an addon on Visual Studio 2017, it doesn’t seem to read the settings from addon/addon_config.mk
file.
It works fine on macOS with Xcode, but doesn’t seem to work on Windows with Visual Studio 2017.
I tried moving the settings from vs:
to common:
in addon_config.mk
but there was no difference.
Is there a way to check if the Visual Studio is properly reading the addon_config.mk
file when creating a new project?