EverNewJoy / VictoryPlugin

Rama's Victory BP Plugin
MIT License
867 stars 256 forks source link

Invalid Referenced directory #62

Open orblazer opened 5 years ago

orblazer commented 5 years ago

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.

davedumas0 commented 4 years ago

i get this error as well how can i get it to go away

jimver04 commented 2 years ago

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 ...
            }
            );

did the trick for me