Can't open the ***.generated.h file!

试了很多办法了,所有***.generated.h文件全都不能引用打开,而且cpp文件也不能直接引用.h头文件(要把路径填完整才行),4.18之前的版本倒是没问题,烦躁,有老哥知道咋回事吗?


all .gengrated.h can’t open,and cpp file can not open .h direct also(if write whole .h file’s surl ,can be work)…

把.vs, Binaries, Intermediate, Saved [optional], 和 YourGame.sln 都刪掉。 千萬別刪掉Config文件夾。
然後,右鍵按YourGame.uproject,再選擇Generate Visual Studio project files。
然後,把.uproject開出來,他會要求你重裝.dll。按Yes就行。

1 Like

我搞定了,参考这个:UE4.20 is missing the IntelliSense IncludePath for the *.generated.h files - Platform & Builds - Epic Developer Community Forums \NMake里出了问题,添加一下就好了