Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid Referenced directory #62

Open
orblazer opened this issue Sep 28, 2019 · 2 comments
Open

Invalid Referenced directory #62

orblazer opened this issue Sep 28, 2019 · 2 comments

Comments

@orblazer
Copy link

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
Copy link

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

@jimver04
Copy link

jimver04 commented Nov 3, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants