I added enet-1.3.18 and now im getting errors for ctime.h

So i just added enet-1.3.18 as an library and the includes for it to my cpp project in VS, and after i rebuilt the project i started getting errors for ctime.h and the headers that uses ctime. Why could this be?

Here are the errors:

Severity    Code    Description Project File    Line    Suppression State   Details
Error   C2039   'mktime': is not a member of '`global namespace''   server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 32      
Error (active)  E0282   the global scope has no "timespec_get"  server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 37      
Error (active)  E0282   the global scope has no "timespec"  server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 36      
Error (active)  E0282   the global scope has no "time"  server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 34      
Error (active)  E0282   the global scope has no "strftime"  server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 33      
Error (active)  E0282   the global scope has no "mktime"    server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 32      
Error (active)  E0282   the global scope has no "localtime" server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 31      
Error (active)  E0282   the global scope has no "gmtime"    server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 30      
Error (active)  E0282   the global scope has no "difftime"  server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 29      
Error (active)  E0282   the global scope has no "ctime" server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 28      
Error (active)  E0282   the global scope has no "clock_t"   server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 22      
Error (active)  E0282   the global scope has no "clock" server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 27      
Error (active)  E0282   the global scope has no "asctime"   server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 26      
Error (active)  E0020   identifier "time" is undefined  server  C:Users46763DesktopGTPSserver.h    79      
Error (active)  E0020   identifier "strftime" is undefined  server  C:Users46763DesktopGTPSserver.h    80      
Error (active)  E0020   identifier "localtime" is undefined server  C:Users46763DesktopGTPSserver.h    80      
Error   C2873   'timespec_get': symbol cannot be used in a using-declaration    server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 37      
Error   C2039   'timespec_get': is not a member of '`global namespace'' server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 37      
Error   C2873   'timespec': symbol cannot be used in a using-declaration    server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 36      
Error   C2039   'timespec': is not a member of '`global namespace'' server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 36      
Error   C2873   'time': symbol cannot be used in a using-declaration    server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 34      
Error   C2039   'time': is not a member of '`global namespace'' server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 34      
Error   C3861   'time': identifier not found    server  C:Users46763DesktopGTPSserver.h    79      
Error   C3861   'time': identifier not found    server  C:Users46763DesktopGTPSmain.cpp    6311        
Error   C3861   'time': identifier not found    server  C:Users46763DesktopGTPSmain.cpp    10678       
Error   C3861   'time': identifier not found    server  C:Users46763DesktopGTPSmain.cpp    11858       
Error   C3861   'time': identifier not found    server  C:Users46763DesktopGTPSmain.cpp    11963       
Error   C3861   'time': identifier not found    server  C:Users46763DesktopGTPSmain.cpp    21036       
Error   C2873   'strftime': symbol cannot be used in a using-declaration    server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 33      
Error   C2039   'strftime': is not a member of '`global namespace'' server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 33      
Error   C3861   'strftime': identifier not found    server  C:Users46763DesktopGTPSserver.h    80      
Error   C2873   'mktime': symbol cannot be used in a using-declaration  server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 32      
Error   C2873   'localtime': symbol cannot be used in a using-declaration   server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 31      
Error   C2039   'localtime': is not a member of '`global namespace''    server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 31      
Error   C3861   'localtime': identifier not found   server  C:Users46763DesktopGTPSserver.h    80      
Error   C2873   'gmtime': symbol cannot be used in a using-declaration  server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 30      
Error   C2039   'gmtime': is not a member of '`global namespace''   server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 30      
Error   C2873   'difftime': symbol cannot be used in a using-declaration    server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 29      
Error   C2039   'difftime': is not a member of '`global namespace'' server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 29      
Error   C2873   'ctime': symbol cannot be used in a using-declaration   server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 28      
Error   C2039   'ctime': is not a member of '`global namespace''    server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 28      
Error   C2873   'clock_t': symbol cannot be used in a using-declaration server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 22      
Error   C2039   'clock_t': is not a member of '`global namespace''  server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 22      
Error   C2873   'clock': symbol cannot be used in a using-declaration   server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 27      
Error   C2039   'clock': is not a member of '`global namespace''    server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 27      
Error   C2873   'asctime': symbol cannot be used in a using-declaration server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 26      
Error   C2039   'asctime': is not a member of '`global namespace''  server  C:Program FilesMicrosoft Visual Studio2022CommunityVCToolsMSVC14.29.30133includectime 26      

New contributor

Fasmu Holder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật