When compiling the tutorial, I get plenty of unresolved externals. Seems that the NuGet package is failing to specify library directories.
Comments: This is most likely a disconnect between the Intel compiler, msbuild, and the way our NuGet dependencies inject themselves. Unfortunately, the only solution is probably to manually add in the library references yourself after the NuGet packages are downloaded.
Comments: This is most likely a disconnect between the Intel compiler, msbuild, and the way our NuGet dependencies inject themselves. Unfortunately, the only solution is probably to manually add in the library references yourself after the NuGet packages are downloaded.