D:\blahcompany\MadScience\Project\blah\dev\Source\UI\blah_Screens\Pod\Online\UIScreenPublishReview.cpp:8,10 - Fatal - 'Creation/CreationManager.hpp' file not found
Did you configure the include path used by clang properly?#include <Creation/CreationManager.hpp>"options":
[
"-Wall",
"-I/usr/lib/clang/3.0/include/",
"-I/usr/lib/clang/2.1/include/",
"-I/usr/lib/gcc/i686-apple-darwin10/4.2.1/include/",
"-I/usr/lib/gcc/i686-apple-darwin11/4.2.1/include/",
// If you code for iOS, you want to have something like the following here:
//"-isysroot",
//"/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk",
//"-D__IPHONE_OS_VERSION_MIN_REQUIRED=40300",
"-IC:/MinGW/include",
"-I/path/to/sources/1",
"-I/path/to/sources/2",
"-I/D:/blahcompany/MadScience/Project/blah/dev/Package/",
"-I/D:/blahcompany/MadScience/Project/blah/dev/Source/"
]
- Code: Select all
"-I/D:/blahcompany/MadScience/Project/blah/dev/Package/",
"-I/D:/blahcompany/MadScience/Project/blah/dev/Source/"
quarnster wrote:Try removing the first "/" before D:
"-ID:/blah/MadScience/Project/blahproj/dev/Package/",
"-ID:/blah/MadScience/Project/blahproj/dev/Source/"~/myproject/Makefile
~/myproject/src/*.cpp
~/myproject/include/*.hpp
{
"settings":
{
"sublimeclang_options":
[
"-W",
"-Wall",
"-Wextra",
"-Werror",
"-I${home}/myproject/include",
"-I/usr/lib/clang/3.0/include/",
"-I/usr/lib/clang/2.1/include/",
"-I/usr/lib/gcc/i686-apple-darwin10/4.2.1/include/",
"-I/usr/lib/gcc/i686-apple-darwin11/4.2.1/include/"
]
},
"folders":
[
{
"path": "myproject"
}
]
}
JesseMeyer wrote:I have the same issue as GMath. I'm less informed than he is probably. Could anyone help me?
My current setup below-
http://i.imgur.com/dYtSz.jpg
Return to Plugin Announcements
Users browsing this forum: Google [Bot] and 4 guests