'intellisense'에 해당되는 글 1건
Visual Studio 에서 can not open source file 에러가 발생할 경우.
UE4 2017. 9. 12. 15:04
UE4 소스 코드를 visual studio 에서 보고 있을 경우
대부분은 intellisense 를 통해서 기타 등등 많은 부분 참조하면서 보게 된다.
그러나 가끔 에러가 나기도 하는데 위와 같은 에러가 발생할 경우에는
intellisense 가 해당 파일을 찾지 못해서 생기는 경우다.
아마 기본적으로 많은 디렉토리를 포함하고 있지만.
Classes 등의 서브 폴더의 경우에는 포함 안된 경우가 많기 때문에
솔루션 -> 마우스 오른쪽 버튼 -> Property
NMake -> Intellisense -> include search path
이부분에 직접 지정해서 폴더를 추가해주면 찾는다.
https://answers.unrealengine.com/questions/182995/471-cant-open-source-file-1.html
'UE4' 카테고리의 다른 글
Object Input (Houdini Engine) (0) | 2017.10.20 |
---|---|
How to connect Unreal Engine 4 to local server via WebSocket using blueprints? (0) | 2017.09.15 |
UE4 source compile with visual studio 2017 (0) | 2017.09.12 |
ctrl + 클릭 으로 peek definition (0) | 2017.09.06 |
UE4 PluginBrowser 관련 부분 (0) | 2017.09.06 |