My Slash Project is not opening.

I have 2 pcs (let’s say A and B pcs).
I copied whole projects(from pc A) to external storage and pasted to another pc (to pc B).
When I try to open my slash project, it says “the game module could not be loaded”.
And when I checked the slash project log, it says like this.

[2023.02.08-01.24.47:991][ 0]LogWindows: Failed to load ‘C:/Unreal/Slash/Binaries/Win64/UnrealEditor-Slash.dll’ (GetLastError=126)
[2023.02.08-01.24.47:991][ 0]LogWindows: Missing import: UnrealEditor-HairStrandsCore.dll

Same problem here. I removed the saved, intermediate and binaries folders and regenerate the project folder but nothing was solved. If I figure it out I’ll let you know.

In HairStrands.uplugin find “EnabledByDefault” and change the value to true. That will solve the problem.

4 Likes

Thanks for the solution, do you have any idea what caused this error I am trying to wrap my head around it but I can’t

For people having this issue in the future, just add these lines to your .uproject file to “Plugins” section:

		{
			"Name": "HairStrands",
			"Enabled": true
		}
1 Like