SRombauts / UEGitPlugin

Unreal Engine 5 Git LFS 2 Source Control Plugin (beta)
http://srombauts.github.io/UEGitPlugin
MIT License
806 stars 165 forks source link

Fix compilation error when using BuildSettingsVersion.V2 in 4.24 #123

Closed ccarvalheiro closed 4 years ago

ccarvalheiro commented 4 years ago

When using the new build settings in 4.24 (BuildSettingsVersion.V2) we need to specify the full relative path in #includes.

This fixes #122.

SRombauts commented 4 years ago

Thanks for this !