Hi guys, I’m trying out my first Windows Store app and facing a compilation problem. Basically I have Unity 4.3.2 installed, start a new empty project and then switch to Windows Store and build. However when I try to debug the solution in VS 2012 I get the following error
A first chance exception of type ‘System.IO.FileNotFoundException’ occurred in Template.exe
An exception of type ‘System.IO.FileNotFoundException’ occurred in Template.exe but was not handled in user code
Additional information: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
I switched SDK version to 8.1 and installed VS2013 but I’m getting the same error again. And yes, I already have both SDK versions installed.
Anyone know what the problem is here?