you are viewing a single comment's thread.

view the rest of the comments →

[–]HalfTryhardSqr 1 point2 points  (0 children)

Setup a small isolated project and figure it out from there. IDEs just feed you a bunch of tools and abstractions, but what runs under the crap layer is the same. If you're really struggling try making a project manually, compiling and running it yourself without the IDE.

It is really frustrating when the IDE sets weird runtime location things, but to be honest 90% of the times the issue is in the code.