devenv.exe command line execution mode is not working as expected
Mao
0
Reputation points
Hello! I was using devenv.exe command mode to compile the whole Unreal Engine source code. As the VS doc says, I constructed the following bat code:
"XXXXXX\devenv.exe" "xxxxxx\UE5.sln" /Rebuild "Development Editor|Win64" /Out "XXXXX/Rebuild.log"
I use the "/Rebuild" switch to recompile the whole solution, and that works well. However, when I open the VS IDE and run "Build Solution" after previous "Rebuild", there are build actions which means that there are changes cause an incremental build. But I did not touch any code which makes this weird. Can anyone give a workaround or solution to fix this. Many thanks.
Sign in to answer