openGL tutorial의 tutorial 02 코드를 작성하고 디버그를 하려던 중 아래와 같은 에러가 발생하며 빌드에 실패했다.
Impossible to open SimpleVertexShader.vertexshader.
Are you in the right directory ? Don't forget to read the FAQ !
playground 폴더 내에 shaders 폴더를 생성하고, 그 안에 tutorial02_red_triangle 폴더 내의 shader 파일들을 복제해놨는데도 같은 에러가 발생했다.
https://github.com/opengl-tutorials/ogl/issues/27 에 올라온 답변을 참고하여 문제를 해결했다. 과정은 다음과 같다.
해결!
visual studio 버전 문제인 줄 알고 2022 버전까지 깔아보고 CMake로 build도 다시 해봤었는데 생각보다 금방 해결되는 문제였다. 다른 분들은 삽질하시지 않길 바라며.. 😅