About Store Forum Documentation Contact



Post Reply 
math.h missing
Author Message
nolamus Offline
Member

Post: #1
math.h missing
I was trying to build the Basic App tutorial and received this message. I am using Visual Studio Community 2019 on Windows 10 64bit.


stdafx.cpp
C:\Esenthel\Bin\EsenthelEngine\_\headers.h(28,10): fatal error C1083: Cannot open include file: 'math.h': No such file or directory [C:\Esenthel\Projects\_Build_\2 - Drawing\Project.vcxproj]
03-10-2020 03:04 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: math.h missing
Please check that you've installed all Visual Studio components as shown here:
https://esenthel.com/?id=doc#Compilers
03-10-2020 05:58 AM
Find all posts by this user Quote this message in a reply
Post Reply