Hi Phillip,
I can not try, because I am working here on a Linux system (fortunately!), but your problem seems to be that you have to write your directory path like so:
SetDirectory["C:\\homework\\homework"]
A single backslash followed by a character has typically a special meaning, e.g. "\n" means 'newline'.
Regards -- Henrik