Autodesk / Autodesk/LiveLink

LinkLinkUtils.h wrongly referenced in MLiveLinkPropSubject.cpp

Open
#29 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
197
Forks
53
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.