Hi,
I wan’t to do the BullCowGame Section. After Downloading and unziping the Folder I got the following Message: The following modules are missing or build with a different engine version: BullCowGame — Would you like to rebuild them now? --> Yes
The the build is starts and aborts with the Message: BullCowGame could not be compiled. Try rebuilding from source mannualy
So I created the Visual Studion Project file BullCowGame.sln
after running the local Windows Debugger I got the following error message:
Severity Code Description Project File Line Suppression State
Error Unable to create child process BullCowGame D:\Unreal_Projects\Udemy Course\Section 3 -- UE4 Bulls and Cows\BullCowGame-starter-kit\BullCowGame-starter-kit\Intermediate\ProjectFiles\EXEC 1
Severity Code Description Project File Line Suppression State
Error MSB3075 The command ""C:\Program Files\Epic Games\UE_4.22\Engine\Build\BatchFiles\Build.bat" BullCowGameEditor Win64 Development -Project="D:\Unreal_Projects\Udemy Course\Section 3 -- UE4 Bulls and Cows\BullCowGame-starter-kit\BullCowGame-starter-kit\BullCowGame.uproject" -WaitMutex -FromMsBuild" exited with code 5. Please verify that you have sufficient rights to run this command. BullCowGame C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.MakeFile.Targets 44
I use VS2017 and Windows 10 Enterprise (10.0.18362 Build 18362) for Mor Infos and the Log File se the attached Zip
I’m able to open compile an run other .uproject files.
Edit: FIXED! Reinstalling Visual Studio did not help, but here’s what I did: Delete the .vs and Intermediate folders in the project folder, right-click the project file and then “Generate Visual Studio files”. I’ll leave this thread up for any future Googlers who come across the issue, since I couldn’t find any results.