GUI App does not build with Tracktion Engine Modules

Hi there,

When I trying to create a new GUI App with Projucer then import Tracktion Engine module, I can’t build the project with Visual Studio 2019

Here is the error list;

Thanks

There have been some changes to the juce api on develop which haven’t made it to master yet. Switch your juce branch to develop and it will compile.

Yeah, do that or you can just use the tracktion_engine/modules/juce/modules directory for your juce source. Assuming you’ve pulled recursively.

Great! It worked! Thanks for your helps.

Hi @dave96 I tried that, It did not work. But when I switched to developing branch, there is no error for now :slight_smile: