FaceFX/FaceFX-UE4

Plugin doesn't compile with Unity and Precompiled headers build options turned off (66fc8be)

Closed this issue · 0 comments

Just needs a few extra #includes -
Source\FaceFXEditor\Private\FaceFXEditorConfig.cpp #include "Misc/Paths.h"
Source\FaceFXEditor\Private\Factories\FaceFXActorFactory.cpp #include "Misc/FeedbackContext.h"
Source\FaceFXEditor\Private\AssetTypeActions\AssetTypeActions_FaceFXBase.cpp #include "Misc/MessageDialog.h"

Thanks for maintaining this project!