Running 2.1 (though I don't think it's a new problem), with VS2013.
Create a C++ CLR class library project
The new project will include a default app.ico (the file is present and included in the project)
nCrunch will fail to build the project, because app.ico is missing in the nCrunch temp workspace
The VCXPROJ file includes the app.ico file like this:
<ItemGroup>
<Image Include="app.ico" />
</ItemGroup>
Is it possible that items of type 'Image' are not being copied by nCrunch?
I can send the whole project if you need it, though it's unaltered from creation in VS, so it shouldn't be too hard to repro.
Thanks,
Will