Annoying include error

Hello,

I want to ask if someone knows how to get rid of the following intellisense error:


Intellisense: cannot open source file "Networking.h"

I have already added this to the build.cs file and still this keeps happening. On the internet it says that if you connect this in the settings via the VC++ references it works but I’m not sure how or where to call it from.

The code works fine but this error is annoying and doesn’t allow me to debug the code appropriately.

Hello I have the same issue, you can change:

#include “Networking.h”

to

#include “Runtime/Networking/Public/Networking.h”