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

LinkLinkUtils.h wrongly referenced in MLiveLinkPropSubject.cpp #29

Open
KiaArmani opened this issue Oct 1, 2023 · 0 comments
Open

LinkLinkUtils.h wrongly referenced in MLiveLinkPropSubject.cpp #29

KiaArmani opened this issue Oct 1, 2023 · 0 comments

Comments

@KiaArmani
Copy link

When attempting to build the project using the provided batch file (as .\BuildMayaUnrealLiveLinkPlugin.Bat 2023), the following error occurs:

D:\Git\UnrealEngine\Engine\Restricted\NotForLicensees\Source\Programs\MayaUnrealLiveLinkPlugin\Subjects\MLiveLinkPropSubject.cpp(25): fatal error C1083: Cannot open include file: 'MayaUnrealLiveLinkPlugin/MayaUnrealLiveLinkUtils.h': No such file or directory

Opening MLiveLinkPropSubject.cpp and changing line 25 from:

#include "MayaUnrealLiveLinkPlugin/MayaUnrealLiveLinkUtils.h"

to

#include "../MayaUnrealLiveLinkUtils.h"

resolves the issue.

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

1 participant