Hello, I am trying to use the UMG Spine Widget in UE4 through C++, and any time I include the SpineWidget.h file I get an error along the lines of:
Plugins\SpinePlugin\Source\SpinePlugin\Public\SpineWidget.h(32): fatal error C1083: Cannot open include file: 'SpinePluginPrivatePCH.h': No such file or directory
I am unable to use a Spine Widget through C++ because of this. Is there a know issue that causes this include to fail like that or a workaround/fix?