VS 2008 custom build problem

So basically, I have an exe file (compiler). The compiler is use to compile two files with different extentions under different compiling options. Now, adjusted the objects, I created two different rules. Both files are compiled perfectly, however, there is a slight problem - only one file is compiled instead of two(when i press build).
My project as two files with different extentions, with similar rules, but only one of them is compiled when I press build, other is just... left untouched and I can compile it if i just right click on that left over file and then "compile".
I tried giving the to the "left over" his very own compiler (I figured mycompiler.exe may not be happy to be ran few instances at the time) but it didnt change anything. Any suggestions?
Topic archived. No new replies allowed.