Trying to PGI the whole solution which contains CLI project and failing with LNK1264 linker error. As far as I remember, it worked in VS2010, however it is not in VS2012. Is anybody aware of changes done to the PGI/PGO on C++\CLI in VS2012? Any workaround to build the whole solution (I'm using MSBuild and passing PGI/PGO from command line) for PGI and skip CLI projects?
P.S.Yes, I've inspected project settings looks like it is compiled with /GL, so it should work