Visual Micro Not producing output files

As the title suggests, everytime I compile a project with Atmel Studio using the visual micro plugin, it never makes any output files.

No .hex, no .bin, no .lss, no .map, no .o, no .a, no .elf no nothing!

My Debug folder is completely blank. How can I upload my files without them? Are they going somewhere else?

Has anybody else ran into this problem? I have searched my folders for the files but to no avail. I have also re-downloaded and installed the Arduino 1.5, Atmel Studio, and Visual Micro but still no results.

Does anybody know a work around? Here is a little info on my setup:

OS: Windows 7 Professional 64-bit
IDE: Atmel Studio 6.1.2730 service pack 2

Is this the right forum for this post?

I suspect this is a better location...

This has been answered in the forum at visualmicro.com

The problem was the user expected the output files to be in the Atmel Studio build folder but for Arduino we compile to a temp folder just like the Arduino Ide.

In the recent releases of Visual Micro the output files are also copied to the Atmel Studio build folder so that they are more easily visible to newbies.

You can also switch on "Tools>options>visual micro>compiler>show build folder" which will give you a hyperlink to the build folder in the compiler output window.