About Store Forum Documentation Contact



Post Reply 
Problems running game application
Author Message
trsh Offline
Member

Post: #1
Problems running game application
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(2511​,3): error MSB4019: The imported project "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\WindowsXaml\v16.0\Microsoft.Windows.UI.X​aml.Cpp.targets" was not found. Confirm that the expression in the Import declaration "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\WindowsXaml\v16.0\Microsoft.Windows.UI.X​aml.Cpp.targets" is correct, and that the file exists on disk. [D:\Projects\Esenthel\_Build_\kaka\Project.vcxproj]
03-16-2021 07:40 PM
Find all posts by this user Quote this message in a reply
Dwight Offline
Member

Post: #2
RE: Problems running game application
In the documentation, you missed checking a checkbox with the installation of Visual Studio as described here:
https://www.esenthel.com/?id=doc#Compilers

(Image on the right).
03-16-2021 09:37 PM
Find all posts by this user Quote this message in a reply
trsh Offline
Member

Post: #3
RE: Problems running game application
(03-16-2021 09:37 PM)Dwight Wrote:  In the documentation, you missed checking a checkbox with the installation of Visual Studio as described here:
https://www.esenthel.com/?id=doc#Compilers

(Image on the right).

It looks a bit different in 2019 version. I can't figure out what I haven't checked yet. :(
03-17-2021 11:16 AM
Find all posts by this user Quote this message in a reply
Dwight Offline
Member

Post: #4
RE: Problems running game application
My advise with development in Esenthel would always be:
- Make sure you have the latest VS
- Make sure you do all updates

I'm sure you'll be able to find the culprit! Manually restoring and renaming those files is too big of a hassle and might be caused by permission issues on your machine itself.
03-17-2021 02:30 PM
Find all posts by this user Quote this message in a reply
KrysleQuinsen Offline
Member

Post: #5
RE: Problems running game application
Try my settings. Desktop only though.
[Image: Untitled.jpg] (click to enlarge)
(This post was last modified: 03-17-2021 02:32 PM by KrysleQuinsen.)
03-17-2021 02:32 PM
Find all posts by this user Quote this message in a reply
Post Reply