VS2017 can't find any header

Hi,

I just migrated my project from 4.19 to 4.20, and hence from VS2015 to VS2017.

VS2017 doesn’t see any header file, even my main project header, i get a message “cannot find source file MyProject.h”.

I tried to fix it by adding the correct path in the project include directories, and it fixed it for this file, but then there are all the others. VS2017 seems to see no header at all.

Anyone knows the correct way to go ?

Thanks

Cedric

My bad, the project compiles.

But Intellisense doesn’t see anything and i mistakenly took intellisense error messages for compilation errors.

If any one has an idea…