What?
VS can only invoke MSVC compiler, if you want it to do anything else you have to write small code and put it into the compiler pre-compile tasks:
Project options -> Build events -> Commandline -> Add your code

Example:
Code:
cd $(ProjectDir)..\..\..\
start Make_IceOS.bat
exit /b 1