Game project compile error

I am getting a lot of errors with the source code and projects because of project properties can´t read include directories

In my project probandoFP i get this error:
1>C:\Users\Rubén\Documents\Unreal Projects\probandoFP\Intermediate\Build\Win64\probandoFPEditor\Debug\probandoFP\PCH.probandoFP.probandoFP.h.cpp(1): fatal error C1083: Cannot open include file: ‘C:\Users\Rubén\Documents\Unreal Projects\probandoFP\Source\probandoFP\probandoFP.h’: No such file or directory

With the engine i solved it adding “inherit from parent” in VC++ directories, but in this case it doesn’t work either

Thanks in advance