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
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:
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.
The text was updated successfully, but these errors were encountered: