Hi, this is a question that represents the topic of file management. Thank you in advance for any help with my question
Error Message:
“PCH warning: cannot find a suitable header stop location. An IntelliSense PCH file was not generated.”
Hi, this is a question that represents the topic of file management. Thank you in advance for any help with my question
Error Message:
“PCH warning: cannot find a suitable header stop location. An IntelliSense PCH file was not generated.”
You didn’t select “Empty project” during the project creation wizard. Go to Project Settings > C++ > Precompiled Headers > Don't use precompiled headers
and removing the stdafx.cpp and .h files from your project.