我正在尝试使用 cuda 工具包 4.1 在 VS2008 中设置 CUDA。我编写了简单的程序来打印 Hello World。我无法编译这个简单的程序。VS给我以下错误
>Embedding manifest...
1>.\Debug\stream.exe.intermediate.manifest : general error c1010070: Failed to load and parse the manifest. The system cannot find the file specified.
1>Build log was saved at "file://c:\Users\myName\Documents\Visual Studio 2008\Projects\stream\stream\Debug\BuildLog.htm"
1>stream - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
可能是什么问题呢?