[Help] Visual Studio PCH Error

Hi, this is a question that represents the topic of file management. Thank you in advance for any help with my question :smile:

Error Message:

“PCH warning: cannot find a suitable header stop location. An IntelliSense PCH file was not generated.”

1 Like

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.

1 Like

Privacy & Terms