#I can't build the project due to error MSB3101

1 messages · Page 1 of 1 (latest)

sly seal
sullen vale
#

Not sure why this was started as a thread, but you need to share precise error messages

sly seal
#

Just making a thread to avoid clutter

sullen vale
#

Stop using the useless error list and look at the output tab

sly seal
#

C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.MakeFile.Targets(44,5): error MSB3073: The command ""C:\Program Files\Epic Games\UE_5.5\Engine\Build\BatchFiles\Build.bat" ProjectEldarionEditor Win64 Development -Project="C:\Users\USER\ProjectEldarion_2\ProjectName.uproject" -WaitMutex -FromMsBuild -architecture=x64" exited with code 8.

12>C:\Users\USER\PROJECT\Source\Project\ProjectName.Build.cs : warning : Referenced directory 'C:\Users\USER\Project\Source\ProjectName\Niagara' does not exist.

Those are the main culprits.

#

I'll look around for answers but thanks for a much-needed kick in the butt.

sullen vale
#

This looks like only part of it

sly seal
#

I think I found a thread that might have the answers I need

stable venture
#

as for folder warning - show your build.cs, why are you referencing that folder. it won't be a stopper

sly seal
#

I set "plugins" to false and back tot rue and now the .sln can't find the project.

#

Crap.

#

C:\Users\USER\ProjectName\Intermediate\ProjectFiles\UE5.vcxproj : error : The project file could not be loaded. Could not find a part of the path 'C:\Users\USER\ProjectName\Intermediate\ProjectFiles\UE5.vcxproj'. C:\Users\USER\ProjectName\Intermediate\ProjectFiles\UE5.vcxproj

C:\Users\USER\ProjectName\Intermediate\ProjectFiles\ProjectName.vcxproj : error : The project file could not be loaded. Could not find a part of the path 'C:\Users\USER\ProjectName\Intermediate\ProjectFiles\ProjectName.vcxproj'. C:\Users\USER\ProjectName\Intermediate\ProjectFiles\ProjectName.vcxproj

C:\Users\USER\ProjectName\Intermediate\ProjectFiles\ProjectName.vcxproj : error : The project file could not be loaded. Could not find a part of the path 'C:\Users\USER\ProjectName\Intermediate\ProjectFiles\ProjectName.vcxproj'. C:\Users\USER\ProjectName\Intermediate\ProjectFiles\ProjectName.vcxproj

C:\Users\USER\ProjectName\Intermediate\Build\BuildRulesProjects\ProjectNameModuleRules\ProjectNameModuleRules.csproj : error : The project file could not be loaded. Could not find a part of the path 'C:\Users\USER\ProjectName\Intermediate\Build\BuildRulesProjects\ProjectNameModuleRules\ProjectNameModuleRules.csproj'. C:\Users\USER\ProjectName\Intermediate\Build\BuildRulesProjects\ProjectNameModuleRules\ProjectNameModuleRules.csproj

#

I was usingthis thred that told me to delete Intemrediate folder https://forums.unrealengine.com/t/msb3073-exited-with-code-8/1901997/6

Epic Developer Community Forums

So I was dealing with this for a few days, and deleted all the temp files and regenerated which didnt work for me. So after reading endless reddit and forums, I saw someone mention that in the .uproject file (plugins specifically) may be causing the issues. I opened my .uproject file and compared to an older backup I had saved where I saw a few ...

stable venture
#

close visual studio

#

right click on uproject - generate project files

#

open the sln