In Visual Studio, after adding the corresponding header file, it still prompts undefined solutions such as related classes

Put

#include "pch.h"

Move forward as much as possible and try not to put it behind other referenced header files.

Guess you like

Origin blog.csdn.net/COFACTOR/article/details/109596418