The system cannot find the file specified (Invalid Output)

This error message started appearing every time I try to build my project with VS and it’s starting to drive me crazy. I don’t think the issue comes from something I wrote in the code, maybe something is wrong with VS. i tried deleting the Intermediate folder and regenerating the project files, but nothing has fixed it. What should I do?

image

1 Like

Does your project build from the command line using Build.bat ?

Hi, I was getting the same error because I had my Android set as the Solution Platform. Changing it to Win64 fixed the issue and it’s working again.

image

7 Likes

I can’ t believe I didn’t check it myself :man_facepalming:. Thank you sir, you saved me a couple of hours of agony at the very least. :slight_smile: