I am beginning to study DirectX12. In Visual Studio 2019 when attempting to compile a code ( the code from page xxx to page xxxiii of the Introduction ( the box example ) in Frank Luna's '3D game programming with DirectX12' ), I get this error ( the last part is in english ):
1>C:\Users\Maurizio\Desktop\intro\Box\BoxApp.cpp(11,10): fatal error C1083: Non è possibile aprire il file inclusione: '../../Common/d3dApp.h': No such file or directory
Well, I added that file to the solution but the compiler says it can not find it. I performed my research and I found something similar:
cannot open include file d3dx9.h no such file or directory
I am just a student and unfortunately I can not solve the issue by myself so I would be grateful if some kind EXPERT souls look at it :-)