Hi everyone,

I'm trying to compile a code in VS2008, but I'm getting the following error:
Code:
Error	21	fatal error LNK1104: cannot open file 'C:\code\prototypes\demographics.obj'
This is the only error I'm getting, and it is pretty weird, since the folder 'prototypes' is "2 levels upwards" from the solution dir (../../) and I believe this obj file should be generated during the build.
I don't know what kind of project property is messed up. Could you help me fix it?

Thanks in advance for your help