You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have install Victory plugin but i have an warning like #54.
The warning :
Referenced directory 'C:\Program Files\Epic Games\UE_4.23\Engine\Source\VictoryBPLibrary\Public' does not exist.
The file origin of warning : C:\Program Files\Epic Games\UE_4.23\Engine\Plugins\Marketplace\VictoryPlugin\Source\VictoryBPLibrary\VictoryBPLibrary.Build.cs
Thanks.
The text was updated successfully, but these errors were encountered:
Just commenting "VictoryBPLibrary/Public" in
C:\Program Files\Epic Games\UE_4.23\Engine\Plugins\Marketplace\VictoryPlugin\Source\VictoryBPLibrary\VictoryBPLibrary.Build.cs
as follows
PublicIncludePaths.AddRange(
new string[] {
//"VictoryBPLibrary/Public"
// ... add public include paths required here ...
}
);
Hello,
I have install Victory plugin but i have an warning like #54.
The warning :
The file origin of warning :
C:\Program Files\Epic Games\UE_4.23\Engine\Plugins\Marketplace\VictoryPlugin\Source\VictoryBPLibrary\VictoryBPLibrary.Build.cs
Thanks.
The text was updated successfully, but these errors were encountered: