Click here to Skip to main content
15,896,726 members

Comments by txesmi (Top 6 by date)

txesmi 7-Mar-20 5:58am View    
Just noticed that everything works as expected when including the file system library into the main header instead of the class implementation file. Stunning...
txesmi 6-Mar-20 11:04am View    
Thank you very much!
At the end, it compiles.

I had read that I should not include files on class headers but it contradicts the solution. The world of self-learning is a narrow one.

Thank you again.
Greets!
txesmi 6-Mar-20 10:50am View    
Hi, thank you for your answer.

Should I declare the namespace in the class header?
txesmi 6-Mar-20 10:48am View    
I came here because I had already exhausted all my knowledge around and google findings. I followed your advise and checked everything and ensured that "Main.h" is included first and each class header last, been each dependencies in the middle. The project is in its very beginning and I just squeezed it down so it has only declarations and class objects creations. No more. The graphics engine and the UI engine is completelly out. It has only three nested classes: Core -> UserInterface -> FileBrowser, and they only create the next class object declarated on each. Been a 'std::experimental::filesystem::path' object as the last in the chain.
Unfortunatelly, it does not compile and gives me the same error at the same place. I did change nothing in the project properties. The only thing I can think is that something has been corrupted in the way...
txesmi 6-Mar-20 8:55am View    
Thank you for your answer. I had already tried your solution and the same error came around. Tried it again anyway but same.

I am thinking on reinstalling the whole thing even though it makes me want to blow it all...

Thank you again. It is really apreciated.
Cheers!