I simply deleted the build
folder and that solved the problem.
However, to prevent it from happening again, you should change your folder structure — do not use spaces in the path. For example:
/irayshi/my code/project_1
should be changed to:
/irayshi/my_code/project_1