Alright it finally rebuilt itself and stopped at the end.
ERROR: Failed to start local process for action (“The system cannot find the file specified”): C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\PDBCopy.exe “D:\UE4_Custom\Engine\Binaries\Win64\Android\UE4Editor-Android_ASTCTargetPlatform.pdb” “D:\UE4_Custom\Saved\Engine\Binaries\Win64\Android\UE4Editor-Android_ASTCTargetPlatform.pdb” -p
Program.Main: AutomationTool exiting with ExitCode=1 (Error_Unknown)
I’m guessing it’s a problem with visual studio here as I installed it on my D drive. My directory has the PDBcopy, but it’s in the v15.0 folder instead of the v12.0 because there is no v12.0 folder.
Edit: I reinstalled Visual Studio in the C drive in hopes it would generate the files in the specified location, but it seems that it’s still in a way different directory than what the compiler thinks it’s supposed to be at. If I could change where it thinks the PDBCopy file is, that would solve my issue. But I have no idea where to start looking for where it tries to get that directory from.