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

Visual C++ Build FAILED #38

Closed
Tripcatmusic opened this issue Mar 7, 2022 · 9 comments
Closed

Visual C++ Build FAILED #38

Tripcatmusic opened this issue Mar 7, 2022 · 9 comments

Comments

@Tripcatmusic
Copy link

When I try to build, apperas the next error.

Build started...
1>------ Build started: Project: NuiSample, Configuration: Development_Editor x64 ------
1>Invalidating makefile for NuiSampleEditor (NuiSample.Build.cs modified)
1>UnrealBuildTool : error : Unable to determine UHT module type for C:\Program Files\Epic Games\UE_4.25\Engine\Plugins\NuitrackPlugin\Source\NuitrackModule\NuitrackModule.Build.cs
1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.MakeFile.Targets(46,5): error MSB3073: The command ""C:\Program Files\Epic Games\UE_4.25\Engine\Build\BatchFiles\Build.bat" NuiSampleEditor Win64 Development -Project="C:\Users\THRIA ESTUDIOS\Documents\Unreal Projects\NuiSample\NuiSample.uproject" -WaitMutex -FromMsBuild" exited with code 6.
1>Done building project "NuiSample.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

@ir4kli09
Copy link
Collaborator

Hi @Tripcatmusic,

  • Which version of Nuitrack are you using?
  • Try to build the project in UE4.
  • Have you completed all the steps from the tutorial?
  • At what step did you get this error?

@Tripcatmusic
Copy link
Author

Tripcatmusic commented Mar 12, 2022 via email

@ir4kli09
Copy link
Collaborator

Hi @Tripcatmusic,

Could you please resend your image.

@Tripcatmusic
Copy link
Author

Tripcatmusic commented Mar 17, 2022 via email

@logisticAKB
Copy link

Hi @Tripcatmusic,

Try to use most recent version of Nuitrack. Does the problem persist? If it does, could you send us sample of your project, so we could investigate the issue?

@logisticAKB
Copy link

Hi @Tripcatmusic

Has your issue been solved? Do you have any other questions that I can help you with?

@Tripcatmusic
Copy link
Author

Tripcatmusic commented Apr 5, 2022 via email

@logisticAKB
Copy link

Hi @Tripcatmusic
Could you send us sample of your project, so we could investigate the issue?

@reuksv
Copy link
Collaborator

reuksv commented Feb 6, 2024

For someone, this question is still relevant, they have new information.
We conducted additional research and found out that in some cases this happens because the compiler cannot determine the type of the "NuitrackModule" module. Try adding the module manually to "NuitrackPlugin.plugin"

"Modules": [
	{
		"Name": "NuitrackPlugin",
		"Type": "Runtime",
		"LoadingPhase": "Default"
	},
	{
		"Name": "NuitrackModule",
		"Type": "Runtime"
	}
]

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

5 participants