Hey Guys,

I have a header file I downloaded for an application (actually about 20 header files). Most of them can be opened fine, but I get errors on a couple that say:

fatal error C1083: Cannot open include file: 'Transport.h': No such file or directory

I've checked, and the file is a header file in my project. Anyone have any ideas?

Thanks

Recommended Answers

All 2 Replies

is it

#include <Transport.h>

// or

#include "Transport.h"

Try using the complete path withing double quotes ...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.