您的位置:首页 > 编程语言 > C语言/C++

C++ debug "cannot find the file Debug\***.pch" & how to debug multi-projects under one solution

2012-06-05 23:01 661 查看
When I finished a project under a solution, I found the name of the project was not so good. So I built a new project and copied all the file to the new project. However, it did not work and errored as "cannot find the file Debug\***.pch". The solution was
listed here: 
http://forums.codeguru.com/showthread.php?t=340362
"

Re: Can't Cannot open precompiled header file: 'Debug\test4.pch': No such file or directo

right click on the file name in the explorer (under source files)

select properties

select precompiled headers

select "not using precompiled headers"

"

======================================================================================================================================

 how to debug multi-projects under one solution

Right click your project and choose "set as startup project", it will run this project. And there are no relation between all the projects.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  file c++ header
相关文章推荐